Your IP : 3.145.35.234


Current Path : /home/church/
Upload File :
Current File : /home/church/church_lightandlotusyoga.1646957282.sql

-- MySQL dump 10.13  Distrib 5.6.41-84.1, for Linux (x86_64)
--
-- Host: localhost    Database: church_lightandlotusyoga
-- ------------------------------------------------------
-- Server version	5.6.41-84.1

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

--
-- Table structure for table `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (56,'woocommerce_run_update_callback','complete','2021-11-09 14:50:43','2021-11-09 14:50:43','[\"wc_admin_update_280_order_status\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1636469443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1636469443;}',3,1,'2021-11-09 14:50:46','2021-11-09 14:50:46',0,NULL),(57,'woocommerce_run_update_callback','complete','2021-11-09 14:50:44','2021-11-09 14:50:44','[\"wc_admin_update_280_db_version\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1636469444;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1636469444;}',3,1,'2021-11-09 14:50:46','2021-11-09 14:50:46',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

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

--
-- Dumping data for table `wp_actionscheduler_groups`
--

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

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=157 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (151,56,'action created','2021-11-09 14:50:43','2021-11-09 14:50:43'),(152,57,'action created','2021-11-09 14:50:43','2021-11-09 14:50:43'),(153,56,'action started via WP Cron','2021-11-09 14:50:46','2021-11-09 14:50:46'),(154,56,'action complete via WP Cron','2021-11-09 14:50:46','2021-11-09 14:50:46'),(155,57,'action started via WP Cron','2021-11-09 14:50:46','2021-11-09 14:50:46'),(156,57,'action complete via WP Cron','2021-11-09 14:50:46','2021-11-09 14:50:46');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_booking`
--

DROP TABLE IF EXISTS `wp_booking`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_booking` (
  `booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `trash` bigint(10) NOT NULL DEFAULT '0',
  `sync_gid` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `is_new` bigint(10) NOT NULL DEFAULT '1',
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `sort_date` datetime DEFAULT NULL,
  `modification_date` datetime DEFAULT NULL,
  `form` text COLLATE utf8mb4_unicode_520_ci,
  `booking_type` bigint(10) NOT NULL DEFAULT '1',
  PRIMARY KEY (`booking_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_booking`
--

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

--
-- Table structure for table `wp_bookingdates`
--

DROP TABLE IF EXISTS `wp_bookingdates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_bookingdates` (
  `booking_dates_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `booking_id` bigint(20) unsigned NOT NULL,
  `booking_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `approved` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`booking_dates_id`),
  UNIQUE KEY `booking_id_dates` (`booking_id`,`booking_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_bookingdates`
--

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Table structure for table `wp_nf3_action_meta`
--

DROP TABLE IF EXISTS `wp_nf3_action_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_action_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_action_meta`
--

LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','','to',''),(9,1,'email_subject','','email_subject',''),(10,1,'email_message','','email_message',''),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','{system:admin_email}','to','{system:admin_email}'),(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(49,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','{field:email}','reply_to','{field:email}'),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','','payment_total',''),(65,4,'tag','','tag',''),(66,4,'to','','to',''),(67,4,'email_subject','','email_subject',''),(68,4,'email_message','','email_message',''),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain','');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_actions`
--

DROP TABLE IF EXISTS `wp_nf3_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_actions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext,
  `key` longtext,
  `type` longtext,
  `active` tinyint(1) DEFAULT '1',
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `label` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_actions`
--

LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2021-04-26 13:44:01','2021-04-26 13:44:01','Store Submission'),(2,'','','email',1,1,'2021-04-26 13:44:01','2021-04-26 13:44:01','Email Confirmation'),(3,'','','email',1,1,'2021-04-26 13:44:01','2021-04-26 13:44:01','Email Notification'),(4,'','','successmessage',1,1,'2021-04-26 13:44:01','2021-04-26 13:44:01','Success Message');
/*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_chunks`
--

DROP TABLE IF EXISTS `wp_nf3_chunks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_chunks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) DEFAULT NULL,
  `value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_chunks`
--

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

--
-- Table structure for table `wp_nf3_field_meta`
--

DROP TABLE IF EXISTS `wp_nf3_field_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_field_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=261 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_field_meta`
--

LOCK TABLES `wp_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(66,2,'label_pos','above','label_pos','above'),(67,2,'required','1','required','1'),(68,2,'order','2','order','2'),(69,2,'placeholder','','placeholder',''),(70,2,'default','','default',''),(71,2,'wrapper_class','','wrapper_class',''),(72,2,'element_class','','element_class',''),(73,2,'objectType','Field','objectType','Field'),(74,2,'objectDomain','fields','objectDomain','fields'),(75,2,'editActive','','editActive',''),(76,2,'container_class','','container_class',''),(77,2,'admin_label','','admin_label',''),(78,2,'help_text','','help_text',''),(79,2,'desc_text','','desc_text',''),(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),(81,2,'wrap_styles_border','','wrap_styles_border',''),(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),(84,2,'wrap_styles_color','','wrap_styles_color',''),(85,2,'wrap_styles_height','','wrap_styles_height',''),(86,2,'wrap_styles_width','','wrap_styles_width',''),(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),(88,2,'wrap_styles_margin','','wrap_styles_margin',''),(89,2,'wrap_styles_padding','','wrap_styles_padding',''),(90,2,'wrap_styles_display','','wrap_styles_display',''),(91,2,'wrap_styles_float','','wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),(94,2,'label_styles_background-color','','label_styles_background-color',''),(95,2,'label_styles_border','','label_styles_border',''),(96,2,'label_styles_border-style','','label_styles_border-style',''),(97,2,'label_styles_border-color','','label_styles_border-color',''),(98,2,'label_styles_color','','label_styles_color',''),(99,2,'label_styles_height','','label_styles_height',''),(100,2,'label_styles_width','','label_styles_width',''),(101,2,'label_styles_font-size','','label_styles_font-size',''),(102,2,'label_styles_margin','','label_styles_margin',''),(103,2,'label_styles_padding','','label_styles_padding',''),(104,2,'label_styles_display','','label_styles_display',''),(105,2,'label_styles_float','','label_styles_float',''),(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced','','label_styles_advanced',''),(108,2,'element_styles_background-color','','element_styles_background-color',''),(109,2,'element_styles_border','','element_styles_border',''),(110,2,'element_styles_border-style','','element_styles_border-style',''),(111,2,'element_styles_border-color','','element_styles_border-color',''),(112,2,'element_styles_color','','element_styles_color',''),(113,2,'element_styles_height','','element_styles_height',''),(114,2,'element_styles_width','','element_styles_width',''),(115,2,'element_styles_font-size','','element_styles_font-size',''),(116,2,'element_styles_margin','','element_styles_margin',''),(117,2,'element_styles_padding','','element_styles_padding',''),(118,2,'element_styles_display','','element_styles_display',''),(119,2,'element_styles_float','','element_styles_float',''),(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced','','element_styles_advanced',''),(122,2,'cellcid','c3281','cellcid','c3281'),(123,3,'label_pos','above','label_pos','above'),(124,3,'required','1','required','1'),(125,3,'order','3','order','3'),(126,3,'placeholder','','placeholder',''),(127,3,'default','','default',''),(128,3,'wrapper_class','','wrapper_class',''),(129,3,'element_class','','element_class',''),(130,3,'objectType','Field','objectType','Field'),(131,3,'objectDomain','fields','objectDomain','fields'),(132,3,'editActive','','editActive',''),(133,3,'container_class','','container_class',''),(134,3,'input_limit','','input_limit',''),(135,3,'input_limit_type','characters','input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(137,3,'manual_key','','manual_key',''),(138,3,'disable_input','','disable_input',''),(139,3,'admin_label','','admin_label',''),(140,3,'help_text','','help_text',''),(141,3,'desc_text','','desc_text',''),(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(143,3,'textarea_rte','','textarea_rte',''),(144,3,'disable_rte_mobile','','disable_rte_mobile',''),(145,3,'textarea_media','','textarea_media',''),(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),(147,3,'wrap_styles_border','','wrap_styles_border',''),(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),(150,3,'wrap_styles_color','','wrap_styles_color',''),(151,3,'wrap_styles_height','','wrap_styles_height',''),(152,3,'wrap_styles_width','','wrap_styles_width',''),(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),(154,3,'wrap_styles_margin','','wrap_styles_margin',''),(155,3,'wrap_styles_padding','','wrap_styles_padding',''),(156,3,'wrap_styles_display','','wrap_styles_display',''),(157,3,'wrap_styles_float','','wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),(160,3,'label_styles_background-color','','label_styles_background-color',''),(161,3,'label_styles_border','','label_styles_border',''),(162,3,'label_styles_border-style','','label_styles_border-style',''),(163,3,'label_styles_border-color','','label_styles_border-color',''),(164,3,'label_styles_color','','label_styles_color',''),(165,3,'label_styles_height','','label_styles_height',''),(166,3,'label_styles_width','','label_styles_width',''),(167,3,'label_styles_font-size','','label_styles_font-size',''),(168,3,'label_styles_margin','','label_styles_margin',''),(169,3,'label_styles_padding','','label_styles_padding',''),(170,3,'label_styles_display','','label_styles_display',''),(171,3,'label_styles_float','','label_styles_float',''),(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced','','label_styles_advanced',''),(174,3,'element_styles_background-color','','element_styles_background-color',''),(175,3,'element_styles_border','','element_styles_border',''),(176,3,'element_styles_border-style','','element_styles_border-style',''),(177,3,'element_styles_border-color','','element_styles_border-color',''),(178,3,'element_styles_color','','element_styles_color',''),(179,3,'element_styles_height','','element_styles_height',''),(180,3,'element_styles_width','','element_styles_width',''),(181,3,'element_styles_font-size','','element_styles_font-size',''),(182,3,'element_styles_margin','','element_styles_margin',''),(183,3,'element_styles_padding','','element_styles_padding',''),(184,3,'element_styles_display','','element_styles_display',''),(185,3,'element_styles_float','','element_styles_float',''),(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced','','element_styles_advanced',''),(188,3,'cellcid','c3284','cellcid','c3284'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','5','order','5'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'),(253,1,'field_label','Name','field_label','Name'),(254,1,'field_key','name','field_key','name'),(255,2,'field_label','Email','field_label','Email'),(256,2,'field_key','email','field_key','email'),(257,3,'field_label','Message','field_label','Message'),(258,3,'field_key','message','field_key','message'),(259,4,'field_label','Submit','field_label','Submit'),(260,4,'field_key','submit','field_key','submit');
/*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_fields`
--

DROP TABLE IF EXISTS `wp_nf3_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` longtext,
  `key` longtext,
  `type` longtext,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `field_label` longtext,
  `field_key` longtext,
  `order` int(11) DEFAULT NULL,
  `required` bit(1) DEFAULT NULL,
  `default_value` longtext,
  `label_pos` varchar(15) DEFAULT NULL,
  `personally_identifiable` bit(1) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_fields`
--

LOCK TABLES `wp_nf3_fields` WRITE;
/*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */;
INSERT INTO `wp_nf3_fields` VALUES (1,'Name','name','textbox',1,'2021-04-26 18:43:59','2021-04-26 13:43:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'Email','email','email',1,'2021-04-26 18:43:59','2021-04-26 13:43:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,'Message','message','textarea',1,'2021-04-26 18:43:59','2021-04-26 13:43:59',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'Submit','submit','submit',1,'2021-04-26 18:44:00','2021-04-26 13:44:00',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_form_meta`
--

DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_form_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_form_meta`
--

LOCK TABLES `wp_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2021-04-26 13:43:59','created_at','2021-04-26 13:43:59'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','','editActive',''),(7,1,'show_title','1','show_title','1'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}','formContentData','a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced','');
/*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_forms`
--

DROP TABLE IF EXISTS `wp_nf3_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext,
  `key` longtext,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `views` int(11) DEFAULT NULL,
  `subs` int(11) DEFAULT NULL,
  `form_title` longtext,
  `default_label_pos` varchar(15) DEFAULT NULL,
  `show_title` bit(1) DEFAULT NULL,
  `clear_complete` bit(1) DEFAULT NULL,
  `hide_complete` bit(1) DEFAULT NULL,
  `logged_in` bit(1) DEFAULT NULL,
  `seq_num` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_forms`
--

LOCK TABLES `wp_nf3_forms` WRITE;
/*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */;
INSERT INTO `wp_nf3_forms` VALUES (1,'Contact Me',NULL,'2021-04-26 13:43:59','2021-04-26 13:43:59',NULL,NULL,'Contact Me','above','','','','\0',NULL);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_nf3_object_meta`
--

DROP TABLE IF EXISTS `wp_nf3_object_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_object_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  `meta_key` longtext,
  `meta_value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_object_meta`
--

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

--
-- Table structure for table `wp_nf3_objects`
--

DROP TABLE IF EXISTS `wp_nf3_objects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_objects` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` longtext,
  `title` longtext,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `object_title` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_objects`
--

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

--
-- Table structure for table `wp_nf3_relationships`
--

DROP TABLE IF EXISTS `wp_nf3_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_relationships` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `child_id` int(11) NOT NULL,
  `child_type` longtext NOT NULL,
  `parent_id` int(11) NOT NULL,
  `parent_type` longtext NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_relationships`
--

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

--
-- Table structure for table `wp_nf3_upgrades`
--

DROP TABLE IF EXISTS `wp_nf3_upgrades`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_upgrades` (
  `id` int(11) NOT NULL,
  `cache` longtext,
  `stage` int(11) NOT NULL DEFAULT '0',
  `maintenance` bit(1) DEFAULT b'0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_nf3_upgrades`
--

LOCK TABLES `wp_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */;
INSERT INTO `wp_nf3_upgrades` VALUES (1,'a:4:{s:2:\"id\";i:1;s:6:\"fields\";a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2021-04-26 13:43:59\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2021-04-26 13:43:59\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2021-04-26 13:43:59\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2021-04-26 13:44:00\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}s:7:\"actions\";a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-04-26 13:44:01\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-04-26 13:44:01\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:24:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-04-26 13:44:01\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-04-26 13:44:01\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}}}s:8:\"settings\";a:99:{s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2021-04-26 13:43:59\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";}}',4,'\0');
/*!40000 ALTER TABLE `wp_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://lightandlotusyoga.com','yes'),(2,'home','https://lightandlotusyoga.com','yes'),(3,'blogname','Light and Lotus Yoga','yes'),(4,'blogdescription','Light and Lotus Yoga offers beginner – advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','ekow@esselwebdesign.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','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:260:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:40:\"e-landing-page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?e-landing-page=$matches[1]&wc-api=$matches[3]\";s:46:\"e-landing-page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:43:\"elementskit-content/(.+?)/wc-api(/(.*))?/?$\";s:60:\"index.php?elementskit_content=$matches[1]&wc-api=$matches[3]\";s:49:\"elementskit-content/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"elementskit-content/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:32:\"nf_sub/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?nf_sub=$matches[1]&wc-api=$matches[3]\";s:38:\"nf_sub/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"nf_sub/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"bookable_person/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"bookable_person/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"bookable_person/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"bookable_person/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"bookable_person/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"bookable_person/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"bookable_person/([^/]+)/embed/?$\";s:48:\"index.php?bookable_person=$matches[1]&embed=true\";s:36:\"bookable_person/([^/]+)/trackback/?$\";s:42:\"index.php?bookable_person=$matches[1]&tb=1\";s:44:\"bookable_person/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?bookable_person=$matches[1]&paged=$matches[2]\";s:51:\"bookable_person/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?bookable_person=$matches[1]&cpage=$matches[2]\";s:41:\"bookable_person/([^/]+)/wc-api(/(.*))?/?$\";s:56:\"index.php?bookable_person=$matches[1]&wc-api=$matches[3]\";s:47:\"bookable_person/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:58:\"bookable_person/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:40:\"bookable_person/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?bookable_person=$matches[1]&page=$matches[2]\";s:32:\"bookable_person/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"bookable_person/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"bookable_person/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"bookable_person/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"bookable_person/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"bookable_person/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:38:\"elementor-hf/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?elementor-hf=$matches[1]&wc-api=$matches[3]\";s:44:\"elementor-hf/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"elementor-hf/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=22&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:27:\"(.?.+?)/bookings(/(.*))?/?$\";s:51:\"index.php?pagename=$matches[1]&bookings=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:37:\"elementskit-lite/elementskit-lite.php\";i:3;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:4;s:33:\"instagram-feed/instagram-feed.php\";i:5;s:27:\"ninja-forms/ninja-forms.php\";i:6;s:51:\"ooohboi-steroids-for-elementor/ooohboi-steroids.php\";i:7;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:9;s:33:\"woo-bookings-calendar/wbclite.php\";i:10;s:45:\"woocommerce-bookings/woocommerce-bookings.php\";i:11;s:27:\"woocommerce/woocommerce.php\";i:12;s:30:\"youtube-embed-plus/youtube.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','neve','yes'),(41,'stylesheet','neve','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','49752','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:4:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";s:51:\"bookly-responsive-appointment-booking-tool/main.php\";a:2:{i:0;s:17:\"Bookly\\Lib\\Plugin\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','22','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','169','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1634996250','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:162:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:29:\"manage_instagram_feed_options\";b:1;s:24:\"manage_bookings_settings\";b:1;s:25:\"manage_bookings_timezones\";b:1;s:26:\"manage_bookings_connection\";b:1;s:20:\"edit_bookable_person\";b:1;s:20:\"read_bookable_person\";b:1;s:22:\"delete_bookable_person\";b:1;s:21:\"edit_bookable_persons\";b:1;s:28:\"edit_others_bookable_persons\";b:1;s:24:\"publish_bookable_persons\";b:1;s:29:\"read_private_bookable_persons\";b:1;s:23:\"delete_bookable_persons\";b:1;s:31:\"delete_private_bookable_persons\";b:1;s:33:\"delete_published_bookable_persons\";b:1;s:30:\"delete_others_bookable_persons\";b:1;s:29:\"edit_private_bookable_persons\";b:1;s:31:\"edit_published_bookable_persons\";b:1;s:22:\"edit_bookable_resource\";b:1;s:22:\"read_bookable_resource\";b:1;s:24:\"delete_bookable_resource\";b:1;s:23:\"edit_bookable_resources\";b:1;s:30:\"edit_others_bookable_resources\";b:1;s:26:\"publish_bookable_resources\";b:1;s:31:\"read_private_bookable_resources\";b:1;s:25:\"delete_bookable_resources\";b:1;s:33:\"delete_private_bookable_resources\";b:1;s:35:\"delete_published_bookable_resources\";b:1;s:32:\"delete_others_bookable_resources\";b:1;s:31:\"edit_private_bookable_resources\";b:1;s:33:\"edit_published_bookable_resources\";b:1;s:15:\"edit_wc_booking\";b:1;s:15:\"read_wc_booking\";b:1;s:17:\"delete_wc_booking\";b:1;s:16:\"edit_wc_bookings\";b:1;s:23:\"edit_others_wc_bookings\";b:1;s:19:\"publish_wc_bookings\";b:1;s:24:\"read_private_wc_bookings\";b:1;s:18:\"delete_wc_bookings\";b:1;s:26:\"delete_private_wc_bookings\";b:1;s:28:\"delete_published_wc_bookings\";b:1;s:25:\"delete_others_wc_bookings\";b:1;s:24:\"edit_private_wc_bookings\";b:1;s:26:\"edit_published_wc_bookings\";b:1;s:24:\"edit_global_availability\";b:1;s:24:\"read_global_availability\";b:1;s:26:\"delete_global_availability\";b:1;s:26:\"edit_global_availabilities\";b:1;s:28:\"delete_global_availabilities\";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:139:{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;s:24:\"manage_bookings_settings\";b:1;s:25:\"manage_bookings_timezones\";b:1;s:26:\"manage_bookings_connection\";b:1;s:20:\"edit_bookable_person\";b:1;s:20:\"read_bookable_person\";b:1;s:22:\"delete_bookable_person\";b:1;s:21:\"edit_bookable_persons\";b:1;s:28:\"edit_others_bookable_persons\";b:1;s:24:\"publish_bookable_persons\";b:1;s:29:\"read_private_bookable_persons\";b:1;s:23:\"delete_bookable_persons\";b:1;s:31:\"delete_private_bookable_persons\";b:1;s:33:\"delete_published_bookable_persons\";b:1;s:30:\"delete_others_bookable_persons\";b:1;s:29:\"edit_private_bookable_persons\";b:1;s:31:\"edit_published_bookable_persons\";b:1;s:22:\"edit_bookable_resource\";b:1;s:22:\"read_bookable_resource\";b:1;s:24:\"delete_bookable_resource\";b:1;s:23:\"edit_bookable_resources\";b:1;s:30:\"edit_others_bookable_resources\";b:1;s:26:\"publish_bookable_resources\";b:1;s:31:\"read_private_bookable_resources\";b:1;s:25:\"delete_bookable_resources\";b:1;s:33:\"delete_private_bookable_resources\";b:1;s:35:\"delete_published_bookable_resources\";b:1;s:32:\"delete_others_bookable_resources\";b:1;s:31:\"edit_private_bookable_resources\";b:1;s:33:\"edit_published_bookable_resources\";b:1;s:15:\"edit_wc_booking\";b:1;s:15:\"read_wc_booking\";b:1;s:17:\"delete_wc_booking\";b:1;s:16:\"edit_wc_bookings\";b:1;s:23:\"edit_others_wc_bookings\";b:1;s:19:\"publish_wc_bookings\";b:1;s:24:\"read_private_wc_bookings\";b:1;s:18:\"delete_wc_bookings\";b:1;s:26:\"delete_private_wc_bookings\";b:1;s:28:\"delete_published_wc_bookings\";b:1;s:25:\"delete_others_wc_bookings\";b:1;s:24:\"edit_private_wc_bookings\";b:1;s:26:\"edit_published_wc_bookings\";b:1;s:24:\"edit_global_availability\";b:1;s:24:\"read_global_availability\";b:1;s:26:\"delete_global_availability\";b:1;s:26:\"edit_global_availabilities\";b:1;s:28:\"delete_global_availabilities\";b:1;}}}','yes'),(100,'fresh_site','0','yes'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:12:\"shop-sidebar\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:18:\"footer-one-widgets\";a:0:{}s:18:\"footer-two-widgets\";a:0:{}s:20:\"footer-three-widgets\";a:0:{}s:19:\"footer-four-widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(107,'cron','a:24:{i:1638700593;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1638700651;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:1638701078;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:1638701083;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:1638702000;a:1:{s:28:\"booking_package_notification\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1638704187;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1638707552;a:2:{s:21:\"sb_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1638711451;a:5:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1638711463;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638711464;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638711839;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:1638711878;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:1638715852;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:1638726642;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:1638737442;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:1638748800;a:2:{s:34:\"wceb_update_booking_statuses_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1638770400;a:2:{s:29:\"sb_instagram_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"sbi_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1638798244;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1638798256;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1638841894;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}i:1638884251;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:1638910181;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1639061502;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}','yes'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','yes'),(119,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1621385681;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(120,'https_detection_errors','a:0:{}','yes'),(129,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"ekow@esselwebdesign.com\";s:7:\"version\";s:5:\"5.8.2\";s:9:\"timestamp\";i:1636601810;}','no'),(137,'can_compress_scripts','0','no'),(152,'finished_updating_comment_type','1','yes'),(159,'recently_activated','a:4:{s:86:\"simplybookme-online-appointment-scheduling-widget-and-booking-system/simplybook.me.php\";i:1627871034;s:25:\"booking-package/index.php\";i:1627868254;s:82:\"bookings-and-appointments-for-woocommerce/ph-bookings-appointments-woocommerce.php\";i:1627867259;s:51:\"bookly-responsive-appointment-booking-tool/main.php\";i:1627867259;}','yes'),(163,'ninja_forms_oauth_client_secret','2KgFPnjHzLg8hBlcUoGhnaEFW0LQqKNwc9oLOu6M','yes'),(164,'ninja_forms_version','3.6.7','yes'),(165,'ninja_forms_db_version','1.4','no'),(166,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2021-04-26 13:43:59\";s:17:\"CacheCollateForms\";s:19:\"2021-04-26 13:43:59\";s:18:\"CacheCollateFields\";s:19:\"2021-04-26 13:43:59\";s:19:\"CacheCollateObjects\";s:19:\"2021-04-26 13:43:59\";s:19:\"CacheCollateCleanup\";s:19:\"2021-04-26 13:43:59\";s:25:\"CacheFieldReconcilliation\";s:19:\"2021-04-26 13:43:59\";}','yes'),(167,'ninja_forms_settings','a:11:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";}','yes'),(168,'ninja_forms_zuul','18','no'),(170,'elementor_version','3.3.1','yes'),(171,'elementor_install_history','a:6:{s:5:\"3.2.2\";i:1619444640;s:5:\"3.2.3\";i:1621271722;s:5:\"3.2.4\";i:1622550803;s:5:\"3.2.5\";i:1623961347;s:5:\"3.3.0\";i:1626661532;s:5:\"3.3.1\";i:1626807796;}','yes'),(172,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174,'_hfe_db_version','1.6.5','yes'),(175,'ninja_forms_addons_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build dynamic forms that can change as a user fills out the form. Show and hide fields. Send certain email, don\'t send others. Redirect to one of many pages. The possibilities are endless!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.3.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values,  URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.6\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.3.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(178,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(179,'ninja-forms-views-secret','Bmho0dqJ3JlQyBGUcxx44kCULkdL6AvcQPg5hZx6','yes'),(183,'ninja_forms_needs_updates','0','yes'),(184,'elementskit-lite__banner_last_check','1627575357','yes'),(185,'elementskit-lite__banner_data','O:8:\"stdClass\":2:{s:8:\"10006865\";O:8:\"stdClass\":7:{s:2:\"id\";i:10006865;s:5:\"title\";s:24:\"Wpmet birthday sale 2021\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1625616000;s:3:\"end\";i:1627689600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:368:\"<span style=\"font-size: 16px;\">Enjoy up to<strong style=\"color: green\"> 50% OFF</strong> on all of our products <u>till 30 July 2021</u>, including <strong>ElementsKit & Metform</strong>.</span>\r\n<br>\r\nFive days extended due to lots of requests.\r\n<br>\r\n<a href=\"https://wpmet.com/birthday_celebration_21_plugin_banner\" target=\"_blank\" rel=\"noopener\">Get It Now →</a>\";s:12:\"notice_image\";s:63:\"https://api.wpmet.com/auth/wp-content/uploads/2021/07/2_sec.gif\";s:9:\"blacklist\";s:11:\"elementskit\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:19:\"wpmetbirthdaysale21\";}}s:8:\"10006851\";O:8:\"stdClass\":7:{s:2:\"id\";i:10006851;s:5:\"title\";s:24:\"Wpmet birthday sale 2021\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1625356800;s:3:\"end\";i:1627689600;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:55:\"https://wpmet.com/birthday_celebration_21_plugin_banner\";s:12:\"banner_image\";s:67:\"https://api.wpmet.com/auth/wp-content/uploads/2021/07/Final_Gif.gif\";s:9:\"blacklist\";s:11:\"elementskit\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:56:\"background-color: #0158d0; display: block; height: 60px;\";s:10:\"unique_key\";s:19:\"wpmetbirthdaysale21\";}}}','yes'),(186,'elementskit-lite_install_date','2021-04-26 01:44:08','yes'),(187,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:8:\"5/3/2021\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(188,'bsf_analytics_installed_time','1619444648','no'),(189,'_elementor_installed_time','1619444648','yes'),(190,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:14:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:5:\"Ebook\";i:3;s:9:\"eCommerce\";i:4;s:9:\"Education\";i:5;s:6:\"Events\";i:6;s:18:\"Health and Fitness\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:881:{i:0;a:15:{s:2:\"id\";i:10107;s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";i:1547851373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:207;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:15:{s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:15:{s:2:\"id\";i:10158;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";i:1547852227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:295;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:15:{s:2:\"id\";i:10190;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";i:1547885703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:151;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:15:{s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:15:{s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:15:{s:2:\"id\";i:10256;s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";i:1547888909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:597;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:15:{s:2:\"id\";i:10267;s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";i:1547889047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:233;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:15:{s:2:\"id\";i:10307;s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";i:1547893266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:689;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:15:{s:2:\"id\";i:10318;s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";i:1547893367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:326;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:15:{s:2:\"id\";i:10339;s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";i:1547893603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:393;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:15:{s:2:\"id\";i:10352;s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";i:1547915335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:525;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:15:{s:2:\"id\";i:10372;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";i:1547915554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:636;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:15:{s:2:\"id\";i:10382;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";i:1547916616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:258;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:15:{s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:15:{s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:15:{s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:15:{s:2:\"id\";i:10434;s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";i:1547961950;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:353;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:15:{s:2:\"id\";i:10444;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";i:1547962029;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:298;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:15:{s:2:\"id\";i:10467;s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";i:1547962277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:15:{s:2:\"id\";i:10487;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";i:1547964527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:618;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:15:{s:2:\"id\";i:10498;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";i:1547964616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:382;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:15:{s:2:\"id\";i:10519;s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";i:1547964801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:629;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:15:{s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:15:{s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:15:{s:2:\"id\";i:10569;s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";i:1547967812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:485;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:15:{s:2:\"id\";i:10590;s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";i:1547967978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:356;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:15:{s:2:\"id\";i:10600;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";i:1547968080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:494;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:15:{s:2:\"id\";i:10622;s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";i:1547969678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:456;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:15:{s:2:\"id\";i:10633;s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";i:1547969858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:722;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:15:{s:2:\"id\";i:10644;s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";i:1547970814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:440;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:15:{s:2:\"id\";i:10654;s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";i:1547970917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:676;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:15:{s:2:\"id\";i:10664;s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";i:1547973928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:384;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:15:{s:2:\"id\";i:10675;s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";i:1547974110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:477;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:15:{s:2:\"id\";i:9719;s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";i:1547976107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:282;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:15:{s:2:\"id\";i:10137;s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";i:1547976342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:589;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:15:{s:2:\"id\";i:10244;s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";i:1547976402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:660;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:15:{s:2:\"id\";i:10127;s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";i:1547984061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:738;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:15:{s:2:\"id\";i:10776;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";i:1548047055;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:694;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:15:{s:2:\"id\";i:10785;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";i:1548047593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:442;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:15:{s:2:\"id\";i:10794;s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";i:1548067619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:475;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:15:{s:2:\"id\";i:10871;s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";i:1548074396;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:15:{s:2:\"id\";i:10936;s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";i:1548874587;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:572;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:15:{s:2:\"id\";i:10964;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";i:1550039106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:664;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:15:{s:2:\"id\";i:10992;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";i:1550072007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:668;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:15:{s:2:\"id\";i:11005;s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine&#8217;s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";i:1550073303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:615;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:15:{s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:15:{s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:15:{s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:15:{s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:15:{s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:15:{s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:15:{s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:15:{s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"online shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:15:{s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:15:{s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:15:{s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:15:{s:2:\"id\";i:9611;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546965350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:603;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:15:{s:2:\"id\";i:9622;s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";i:1546965896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:460;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:15:{s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546968270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:705;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:15:{s:2:\"id\";i:9662;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";i:1547009087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:658;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:15:{s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:15:{s:2:\"id\";i:9690;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";i:1547011716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:571;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:15:{s:2:\"id\";i:9699;s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";i:1547015827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:527;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:15:{s:2:\"id\";i:9571;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";i:1547726151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:538;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:15:{s:2:\"id\";i:9740;s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";i:1547822836;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:691;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:15:{s:2:\"id\";i:9762;s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";i:1547824145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:436;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:15:{s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:15:{s:2:\"id\";i:9772;s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";i:1547824279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:760;s:11:\"trend_index\";i:781;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:15:{s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:15:{s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:71;a:15:{s:2:\"id\";i:9793;s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";i:1547831151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:742;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:15:{s:2:\"id\";i:9836;s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";i:1547835635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:669;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:15:{s:2:\"id\";i:9847;s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";i:1547836956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:751;s:11:\"trend_index\";i:838;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:15:{s:2:\"id\";i:9858;s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";i:1547837100;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:769;s:11:\"trend_index\";i:684;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:15:{s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:15:{s:2:\"id\";i:9944;s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";i:1547841939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:757;s:11:\"trend_index\";i:700;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:15:{s:2:\"id\";i:9955;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";i:1547842065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:627;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:15:{s:2:\"id\";i:9965;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";i:1547842174;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:591;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:15:{s:2:\"id\";i:9995;s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";i:1547844802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:772;s:11:\"trend_index\";i:817;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:15:{s:2:\"id\";i:10016;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";i:1547845062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:792;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:15:{s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:15:{s:2:\"id\";i:10026;s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";i:1547845205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:587;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:15:{s:2:\"id\";i:10036;s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";i:1547845409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:717;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:15:{s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:15:{s:2:\"id\";i:10057;s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";i:1547847938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:764;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:15:{s:2:\"id\";i:10087;s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";i:1547848301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:632;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:15:{s:2:\"id\";i:10097;s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";i:1547848411;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:758;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:15:{s:2:\"id\";i:1190;s:5:\"title\";s:26:\"Landing Page &#8211; Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1490707391;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:2;s:11:\"trend_index\";i:1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:89;a:15:{s:2:\"id\";i:9816;s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";i:1547991876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:823;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:15:{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:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:91;a:15:{s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:15:{s:2:\"id\";i:9602;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1546964559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:604;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:15:{s:2:\"id\";i:225;s:5:\"title\";s:27:\"Homepage &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";i:1470829872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:1;s:11:\"trend_index\";i:2;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:94;a:15:{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:110:\"https://library.elementor.com/lp/conference-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:95;a:15:{s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:15:{s:2:\"id\";i:463;s:5:\"title\";s:22:\"Homepage &#8211; Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";i:1477388340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:4;s:11:\"trend_index\";i:3;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:97;a:15:{s:2:\"id\";i:10277;s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";i:1548055999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:729;s:11:\"trend_index\";i:802;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:15:{s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:15:{s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:15:{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:117:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:15:{s:2:\"id\";i:181;s:5:\"title\";s:23:\"Homepage &#8211; Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";i:1470826567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:3;s:11:\"trend_index\";i:4;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:102;a:15:{s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:15:{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:119:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:15:{s:2:\"id\";i:9903;s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";i:1547838896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:765;s:11:\"trend_index\";i:840;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:15:{s:2:\"id\";i:150;s:5:\"title\";s:19:\"Product &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";i:1470829879;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:6;s:11:\"trend_index\";i:5;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:106;a:15:{s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:15:{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:122:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:15:{s:2:\"id\";i:10549;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";i:1547967595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:666;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:15:{s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:15:{s:2:\"id\";i: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:110:\"https://library.elementor.com/lp/car-wash-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i: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:1;}i:111;a:15:{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:115:\"https://library.elementor.com/birthday-party-invitation/?utm_source=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: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:1;}i:112;a:15:{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:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:7;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:113;a:15:{s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:15:{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:118:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:15:{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:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:8;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:116;a:15:{s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:15:{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:112:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i: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:118;a:15:{s:2:\"id\";i:10529;s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";i:1548046309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:398;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:15:{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:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:9;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:120;a:15:{s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:15:{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:118:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i: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:122;a:15:{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:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:10;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:123;a:15:{s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:124;a:15:{s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:15:{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:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:11;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:126;a:15:{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:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:11;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:127;a:15:{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:107:\"https://library.elementor.com/travel-blog-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:12;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:128;a:15:{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:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:12;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:129;a:15:{s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:130;a:15:{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:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:13;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:131;a:15:{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:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:13;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:132;a:15:{s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:133;a:15:{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:106:\"https://library.elementor.com/travel-blog-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:14;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:134;a:15:{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:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;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:135;a:15:{s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:136;a:15:{s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:137;a:15:{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:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:15:{s:2:\"id\";i: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:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:15;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:139;a:15:{s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:140;a:15:{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:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:16;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:141;a:15:{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:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:16;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:142;a:15:{s:2:\"id\";i:10413;s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";i:1547961774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:752;s:11:\"trend_index\";i:813;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:15:{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:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:17;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:144;a:15:{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:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:17;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:145;a:15:{s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:146;a:15:{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:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:18;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:147;a:15:{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:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"medical\",\"Online Service\"]\";s:10:\"menu_order\";i:18;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:148;a:15:{s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:149;a:15:{s:2:\"id\";i:10223;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";i:1547887343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:503;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:15:{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:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:15:{s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:729;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:15:{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:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:19;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:153;a:15:{s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:154;a:15:{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:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:15:{s:2:\"id\";i:10403;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";i:1548056371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:659;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:15:{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:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:20;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:157;a:15:{s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:158;a:15:{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:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:15:{s:2:\"id\";i: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:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:21;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:160;a:15:{s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:417;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:15:{s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:162;a:15:{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:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:15:{s:2:\"id\";i: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:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:22;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:164;a:15:{s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:15:{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:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:23;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:166;a:15:{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:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:23;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:167;a:15:{s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:168;a:15:{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:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:24;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:169;a:15:{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:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:24;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:170;a:15:{s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:15:{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:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:25;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:172;a:15:{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:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:25;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:173;a:15:{s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:15:{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:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:26;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:175;a:15:{s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:15:{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:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:26;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:177;a:15:{s:2:\"id\";i:9592;s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";i:1546963720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:807;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:15:{s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:784;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:15:{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:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:27;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:180;a:15:{s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:181;a:15:{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:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:27;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:182;a:15:{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:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:28;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:183;a:15:{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:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:28;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:184;a:15:{s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:15:{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:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:29;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:186;a:15:{s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:187;a:15:{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:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:29;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:188;a:15:{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:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:30;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:189;a:15:{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:117:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;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:190;a:15:{s:2:\"id\";i:10047;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";i:1547847757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:513;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:15:{s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:15:{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:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:31;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:193;a:15:{s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:15:{s:2:\"id\";i:9879;s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";i:1547838416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:761;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:15:{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:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:15:{s:2:\"id\";i: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:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:32;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:197;a:15:{s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:15:{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:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:32;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:199;a:15:{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:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:33;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:200;a:15:{s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:15:{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:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:33;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:202;a:15:{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:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:34;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:203;a:15:{s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:15:{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:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:34;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:205;a:15:{s:2:\"id\";i:10297;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";i:1548056099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:607;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:15:{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:119:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:35;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:207;a:15:{s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:15:{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:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:15:{s:2:\"id\";i:10393;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";i:1548056682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:837;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:15:{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:124:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:36;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:211;a:15:{s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:15:{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:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:15:{s:2:\"id\";i: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:116:\"https://library.elementor.com/lp/moving-company-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"moving\"]\";s:10:\"menu_order\";i:37;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:214;a:15:{s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:15:{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:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:37;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:216;a:15:{s:2:\"id\";i:10579;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";i:1547967887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:782;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:15:{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:114:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;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:218;a:15:{s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:15:{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:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:15:{s:2:\"id\";i: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:118:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:39;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:221;a:15:{s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:15:{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:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:39;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:223;a:15:{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:137:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:40;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:224;a:15:{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:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:15:{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:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:40;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:226;a:15:{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:121:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"interior design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:41;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:227;a:15:{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:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:15:{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:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:41;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:229;a:15:{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:114:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"stylist\"]\";s:10:\"menu_order\";i:42;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:230;a:15:{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:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:15:{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:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:42;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:232;a:15:{s:2:\"id\";i:10180;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";i:1548045309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:788;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:15:{s:2:\"id\";i:18449;s:5:\"title\";s:46:\"Aesthetic Clinic &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:43;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:234;a:15:{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:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:15:{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:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:15:{s:2:\"id\";i: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:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:44;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:237;a:15:{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:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:15:{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:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;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:239;a:15:{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:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:15:{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:124:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"online shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;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:241;a:15:{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:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:45;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:242;a:15:{s:2:\"id\";i:9731;s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";i:1547976166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:648;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:15:{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:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Footer\",\"hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:15:{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:125:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;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:245;a:15:{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:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:15:{s:2:\"id\";i: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:116:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:15:{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:109:\"https://library.elementor.com/lp/open-week-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:47;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:248;a:15:{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:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:47;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:249;a:15:{s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:15:{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:115:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:48;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:251;a:15:{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:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:48;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:252;a:15:{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:148:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:49;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:253;a:15:{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:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:49;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:254;a:15:{s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:15:{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:123:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:50;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:256;a:15:{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:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:50;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:257;a:15:{s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:15:{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:115:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:51;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:259;a:15:{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:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:51;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:260;a:15:{s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:15:{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:132:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:52;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:262;a:15:{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:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:52;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:263;a:15:{s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:15:{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:115:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:53;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:265;a:15:{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:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:53;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:266;a:15:{s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:267;a:15:{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:127:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:54;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:268;a:15:{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:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:54;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:269;a:15:{s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:270;a:15:{s:2:\"id\";i:10005;s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";i:1547844909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:755;s:11:\"trend_index\";i:760;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:15:{s:2:\"id\";i:10424;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";i:1547961866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:753;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:15:{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:111:\"https://library.elementor.com/lp/insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;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:273;a:15:{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:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:55;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:274;a:15:{s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:15:{s:2:\"id\";i:9975;s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";i:1547842284;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:774;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:15:{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:125:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:56;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:277;a:15:{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:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:15:{s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:15:{s:2:\"id\";i:10067;s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";i:1547848075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:619;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:15:{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:123:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:57;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:281;a:15:{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:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:15:{s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;a:15:{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:142:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:58;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:284;a:15:{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:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:58;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:285;a:15:{s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:15:{s:2:\"id\";i:10329;s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";i:1547893478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:781;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:15:{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:122:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:59;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:288;a:15:{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:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:15:{s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:290;a:15:{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:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:60;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:291;a:15:{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:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:60;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:292;a:15:{s:2:\"id\";i:9650;s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";i:1547007598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:771;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:15:{s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:294;a:15:{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:116:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:61;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:295;a:15:{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:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:15:{s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:297;a:15:{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:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:62;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:298;a:15:{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:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:62;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:299;a:15:{s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:15:{s:2:\"id\";i:10200;s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";i:1548055635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:15:{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:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:63;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:302;a:15:{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:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:15:{s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:304;a:15:{s:2:\"id\";i:10287;s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";i:1547994301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:439;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:15:{s:2:\"id\";i: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:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:64;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:306;a:15:{s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:15:{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:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:64;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:308;a:15:{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:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:65;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:309;a:15:{s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:310;a:15:{s:2:\"id\";i:12805;s:5:\"title\";s:38:\"Photography &#8211; B&#038;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:65;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:311;a:15:{s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:15:{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:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:66;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:313;a:15:{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:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:66;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:314;a:15:{s:2:\"id\";i:9889;s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";i:1547838722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:743;s:11:\"trend_index\";i:713;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:15:{s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:15:{s:2:\"id\";i:16192;s:5:\"title\";s:30:\"Management App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1607866881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/management-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:33:\"[\"App\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:827;s:11:\"trend_index\";i:765;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:15:{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:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:15:{s:2:\"id\";i:10077;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";i:1547848197;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:574;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:15:{s:2:\"id\";i:15839;s:5:\"title\";s:29:\"Chiropractor &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1607855449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/chiropractor-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Business\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:828;s:11:\"trend_index\";i:709;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:15:{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:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:68;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:321;a:15:{s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:15:{s:2:\"id\";i:15827;s:5:\"title\";s:32:\"Creative Agency &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1607855280;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/creative-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:168:\"[\"Agency\",\"bootstrap\",\"Business\",\"corporate\",\"Landing Pages\",\"Marketing Campaign\",\"Marketing Landing Page\",\"Product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:748;s:11:\"trend_index\";i:363;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:323;a:15:{s:2:\"id\";i:10362;s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";i:1548056253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:560;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:15:{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:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:15:{s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:15:{s:2:\"id\";i:16120;s:5:\"title\";s:37:\"Life coach Tom &#8211; Online Service\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1607865812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/life-coach-tom-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:30:\"[\"Consulting\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:818;s:11:\"trend_index\";i:796;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:15:{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:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:70;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:328;a:15:{s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:15:{s:2:\"id\";i:16059;s:5:\"title\";s:34:\"Melbourne Conference &#8211; Event\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1607864236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/melbourne-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:841;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:15:{s:2:\"id\";i:10454;s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";i:1548056896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:776;s:11:\"trend_index\";i:804;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:15:{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:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:15:{s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:15:{s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:15:{s:2:\"id\";i:16073;s:5:\"title\";s:56:\"International Women&#8217;s Day Conference &#8211; Event\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1607864979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/international-womens-day-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:865;s:11:\"trend_index\";i:789;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:15:{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:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:15:{s:2:\"id\";i:9803;s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";i:1547831298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:808;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:15:{s:2:\"id\";i:10611;s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";i:1547968868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:779;s:11:\"trend_index\";i:792;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:15:{s:2:\"id\";i:16085;s:5:\"title\";s:29:\"Tech Conference &#8211; Event\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1607865227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/tech-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:851;s:11:\"trend_index\";i:747;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:15:{s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:15:{s:2:\"id\";i: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:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:73;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:341;a:15:{s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:15:{s:2:\"id\";i:16102;s:5:\"title\";s:38:\"Environmental Conference &#8211; Event\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1607865473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/environmental-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:833;s:11:\"trend_index\";i:772;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:15:{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:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:15:{s:2:\"id\";i:10508;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";i:1547964711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:793;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:15:{s:2:\"id\";i:15931;s:5:\"title\";s:37:\"Tokyo Design Conference &#8211; Event\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1607861271;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/tokyo-design-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:815;s:11:\"trend_index\";i:644;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:15:{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:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:75;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:347;a:15:{s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:348;a:15:{s:2:\"id\";i:16412;s:5:\"title\";s:36:\"Photography Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1607869919;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/photography-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:52:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:862;s:11:\"trend_index\";i:749;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:15:{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:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:76;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:350;a:15:{s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:15:{s:2:\"id\";i:9934;s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";i:1547841787;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:752;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:15:{s:2:\"id\";i:16183;s:5:\"title\";s:32:\"Luxury Homes &#8211; Real Estate\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1607866726;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:835;s:11:\"trend_index\";i:768;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:15:{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:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:15:{s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:15:{s:2:\"id\";i:16420;s:5:\"title\";s:36:\"Spring Sale Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1607899243;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/spring-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Coupon\",\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:852;s:11:\"trend_index\";i:756;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:15:{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:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:78;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:357;a:15:{s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:358;a:15:{s:2:\"id\";i:9709;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";i:1547023834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:728;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:15:{s:2:\"id\";i:16427;s:5:\"title\";s:34:\"Dream Car Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1607934325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/dream-car-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:53:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Offer\",\"Sale\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:863;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:15:{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:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;a:15:{s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:15:{s:2:\"id\";i:9671;s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1547010259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:598;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:15:{s:2:\"id\";i:10234;s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";i:1548055049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:746;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:15:{s:2:\"id\";i:16433;s:5:\"title\";s:42:\"Leshnik Mega Sale Coupon &#8211; eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1607934474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/leshnik-mega-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:45:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:867;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:15:{s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:15:{s:2:\"id\";i:9139;s:5:\"title\";s:25:\"Homepage &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1532949924;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:7;s:11:\"trend_index\";i:7;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:367;a:15:{s:2:\"id\";i:15986;s:5:\"title\";s:40:\"From Freelance to Business &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1607862915;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/from-freelance-to-business-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:143:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"Landing Pages\",\"Marketing\",\"Product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:837;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:15:{s:2:\"id\";i:1634;s:5:\"title\";s:33:\"Landing Page &#8211; Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1494352119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:223;s:11:\"trend_index\";i:360;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:15:{s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:15:{s:2:\"id\";i:16002;s:5:\"title\";s:30:\"Architect Manual &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1607863075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/architect-manual-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"Ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:836;s:11:\"trend_index\";i:827;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:15:{s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:15:{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:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:15:{s:2:\"id\";i:16014;s:5:\"title\";s:23:\"Good Life &#8211; Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1607863305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/lp/good-life-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"Ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:807;s:11:\"trend_index\";i:646;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:15:{s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i: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:375;a:15:{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:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:83;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:376;a:15:{s:2:\"id\";i:9869;s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";i:1547837269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:766;s:11:\"trend_index\";i:820;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:15:{s:2:\"id\";i:10539;s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";i:1548056994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:810;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:15:{s:2:\"id\";i:16242;s:5:\"title\";s:37:\"Fashion Season Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1607867761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/fashion-season-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:813;s:11:\"trend_index\";i:746;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:15:{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:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:84;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:380;a:15:{s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:381;a:15:{s:2:\"id\";i:16202;s:5:\"title\";s:39:\"Starlight Nation Festival &#8211; Event\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1607867113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/starlight-nation-festival-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:842;s:11:\"trend_index\";i:770;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:15:{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:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:85;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:383;a:15:{s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:384;a:15:{s:2:\"id\";i:16139;s:5:\"title\";s:37:\"Financial Consultant &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1607866334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/financial-consultant-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:40:\"[\"Consulting\",\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:824;s:11:\"trend_index\";i:798;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:15:{s:2:\"id\";i:1504;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1494352112;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:174;s:11:\"trend_index\";i:367;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:15:{s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:387;a:15:{s:2:\"id\";i:15822;s:5:\"title\";s:30:\"Family Vacation &#8211; Travel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1607855143;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/family-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:773;s:11:\"trend_index\";i:593;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:15:{s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:389;a:15:{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:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:87;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:390;a:15:{s:2:\"id\";i:15964;s:5:\"title\";s:31:\"Law Convention &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607862731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/law-convention-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:36:\"[\"Convention\",\"Landing Pages\",\"Law\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:860;s:11:\"trend_index\";i:794;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:15:{s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:392;a:15:{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:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:88;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:393;a:15:{s:2:\"id\";i:15910;s:5:\"title\";s:38:\"Litigation Law Office &#8211; Business\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1607860827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/litigation-law-office-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:32:\"[\"Landing Pages\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:825;s:11:\"trend_index\";i:719;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:15:{s:2:\"id\";i:10147;s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";i:1548055522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:775;s:11:\"trend_index\";i:824;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:15:{s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:396;a:15:{s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#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:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:15:{s:2:\"id\";i:16025;s:5:\"title\";s:33:\"Conoco Mobile App &#8211; Product\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1607863511;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/conoco-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:789;s:11:\"trend_index\";i:698;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:398;a:15:{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:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:90;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:399;a:15:{s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:15:{s:2:\"id\";i:9923;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";i:1547841537;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:15:{s:2:\"id\";i:15853;s:5:\"title\";s:29:\"Me Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1607857451;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/me-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:811;s:11:\"trend_index\";i:704;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:15:{s:2:\"id\";i:10117;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";i:1548066998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:662;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:15:{s:2:\"id\";i: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:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:91;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:404;a:15:{s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:405;a:15:{s:2:\"id\";i:15844;s:5:\"title\";s:32:\"Torel Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1607856863;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/torel-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:822;s:11:\"trend_index\";i:812;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:15:{s:2:\"id\";i:1503;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1494352113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:165;s:11:\"trend_index\";i:191;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:15:{s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:408;a:15:{s:2:\"id\";i:9826;s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";i:1547835513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:745;s:11:\"trend_index\";i:831;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:15:{s:2:\"id\";i:16041;s:5:\"title\";s:31:\"Nano Mobile App &#8211; Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1607863992;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:847;s:11:\"trend_index\";i:723;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:15:{s:2:\"id\";i:10478;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";i:1548056829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:559;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:15:{s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:15:{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:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:93;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:413;a:15:{s:2:\"id\";i:15890;s:5:\"title\";s:39:\"Personal Trainer &#8211; Online Service\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1607860512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-trainer-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:35:\"[\"Fitness\",\"Landing Pages\",\"Sport\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:838;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:15:{s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:15:{s:2:\"id\";i: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:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:94;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:416;a:15:{s:2:\"id\";i:16233;s:5:\"title\";s:36:\"Journey Photography &#8211; Business\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1607867416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/journey-photography-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:42:\"[\"Business\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:788;s:11:\"trend_index\";i:594;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:15:{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:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:95;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:418;a:15:{s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:419;a:15:{s:2:\"id\";i:10685;s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";i:1547974729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:814;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:15:{s:2:\"id\";i:16162;s:5:\"title\";s:29:\"Private Chef &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1607866578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/private-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:24:\"[\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:855;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:15:{s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:422;a:15:{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:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:15:{s:2:\"id\";i:16325;s:5:\"title\";s:28:\"Quality Lens &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1607868782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/quality-lens-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:804;s:11:\"trend_index\";i:621;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:424;a:15:{s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:425;a:15:{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:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:97;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:426;a:15:{s:2:\"id\";i:16332;s:5:\"title\";s:31:\"Luxury Flat &#8211; Real Estate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1607868929;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/luxury-flat-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:38:\"[\"flat\",\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:809;s:11:\"trend_index\";i:707;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:427;a:15:{s:2:\"id\";i:16392;s:5:\"title\";s:30:\"Open House &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1607869551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:150:\"[\"Agent\",\"Business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"Landing Pages\",\"listing\",\"modern\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:839;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:15:{s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:429;a:15:{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:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:15:{s:2:\"id\";i:9985;s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";i:1547844661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:758;s:11:\"trend_index\";i:815;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:15:{s:2:\"id\";i:15950;s:5:\"title\";s:30:\"Stylist &#8211; Online Service\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1607862286;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/stylist-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:162:\"[\"cosmetics\",\"Fashion\",\"girly\",\"hairdresser\",\"Landing Pages\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"Products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:853;s:11:\"trend_index\";i:805;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:15:{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:1607869068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:791;s:11:\"trend_index\";i:696;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:433;a:15:{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:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:99;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:434;a:15:{s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:435;a:15:{s:2:\"id\";i:16253;s:5:\"title\";s:33:\"Bicycle Adventures &#8211; Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1607867944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/bicycle-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:36:\"[\"Bicycle\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:785;s:11:\"trend_index\";i:524;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:15:{s:2:\"id\";i:16358;s:5:\"title\";s:41:\"Sunset Valley Project &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1607869234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/sunset-valley-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:846;s:11:\"trend_index\";i:743;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:15:{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:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:100;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:438;a:15:{s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:15:{s:2:\"id\";i:16271;s:5:\"title\";s:42:\"Luxury Travel Destinations  &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1607868120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/luxury-travel-destinations-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:830;s:11:\"trend_index\";i:833;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:15:{s:2:\"id\";i:16379;s:5:\"title\";s:33:\"Property Page &#8211; Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1607869379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/property-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:42:\"[\"Landing Pages\",\"Property\",\"Real estate\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:864;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:15:{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:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:101;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:442;a:15:{s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:15:{s:2:\"id\";i:16283;s:5:\"title\";s:29:\"Vacation Deals &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1607868279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/vacation-deals-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:850;s:11:\"trend_index\";i:799;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:15:{s:2:\"id\";i: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:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:102;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:445;a:15:{s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:15:{s:2:\"id\";i:16299;s:5:\"title\";s:29:\"New Adventures &#8211; Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1607868454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/new-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:50:\"[\"Adventures\",\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:849;s:11:\"trend_index\";i:830;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:15:{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:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:103;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:448;a:15:{s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:15:{s:2:\"id\";i:519;s:5:\"title\";s:24:\"Homepage &#8211; Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";i:1477388808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:10;s:11:\"trend_index\";i:62;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:15:{s:2:\"id\";i:16312;s:5:\"title\";s:26:\"Summer Time &#8211; Travel\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607868625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/summer-time-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:829;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:451;a:15:{s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:15:{s:2:\"id\";i:487;s:5:\"title\";s:29:\"Landing Page &#8211; Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1477388357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:32;s:11:\"trend_index\";i:136;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:15:{s:2:\"id\";i:15870;s:5:\"title\";s:32:\"Tel Aviv Vacation &#8211; Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1607860195;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/tel-aviv-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:802;s:11:\"trend_index\";i:688;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:454;a:15:{s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:15:{s:2:\"id\";i:9559;s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";i:1546946547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:839;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:15:{s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;a:15:{s:2:\"id\";i:855;s:5:\"title\";s:37:\"Landing Page &#8211; Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1494352061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:290;s:11:\"trend_index\";i:394;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:15:{s:2:\"id\";i:16440;s:5:\"title\";s:31:\"Marketing Webinar &#8211; Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1607934662;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/marketing-webinar-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:37:\"[\"Event\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:794;s:11:\"trend_index\";i:762;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:15:{s:2:\"id\";i:955;s:5:\"title\";s:31:\"Landing Page &#8211; Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1494352069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:202;s:11:\"trend_index\";i:271;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:15:{s:2:\"id\";i:16212;s:5:\"title\";s:33:\"Wedding Celebration &#8211; Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1607867299;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/wedding-celebration-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:35:\"[\"Event\",\"Landing Pages\",\"Wedding\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:798;s:11:\"trend_index\";i:730;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:15:{s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:15:{s:2:\"id\";i:9752;s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";i:1547823982;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:740;s:11:\"trend_index\";i:801;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:15:{s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:464;a:15:{s:2:\"id\";i:9373;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1542811219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:283;s:11:\"trend_index\";i:325;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:15:{s:2:\"id\";i:974;s:5:\"title\";s:28:\"Landing Page &#8211; Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1494352071;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:329;s:11:\"trend_index\";i:512;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:15:{s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;a:15:{s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:468;a:15:{s:2:\"id\";i:11948;s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";i:1572153978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:195;s:11:\"trend_index\";i:259;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:15:{s:2:\"id\";i:754;s:5:\"title\";s:25:\"Services &#8211; Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";i:1485269691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:251;s:11:\"trend_index\";i:400;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:15:{s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:15:{s:2:\"id\";i:10169;s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";i:1547852334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:701;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:15:{s:2:\"id\";i:752;s:5:\"title\";s:24:\"Contact &#8211; Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";i:1485269737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:344;s:11:\"trend_index\";i:425;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:15:{s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:474;a:15:{s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#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:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"dance studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:15:{s:2:\"id\";i:753;s:5:\"title\";s:22:\"About &#8211; Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";i:1485269710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:309;s:11:\"trend_index\";i:435;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:15:{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:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"dance studio\",\"footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:15:{s:2:\"id\";i:751;s:5:\"title\";s:25:\"Homepage &#8211; Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";i:1485269743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:258;s:11:\"trend_index\";i:200;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:15:{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:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"dance studio\",\"header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:15:{s:2:\"id\";i:2402;s:5:\"title\";s:32:\"Homepage &#8211; Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";i:1506441447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:126;s:11:\"trend_index\";i:257;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:15:{s:2:\"id\";i:9680;s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";i:1547010967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:725;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;a:15:{s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:15:{s:2:\"id\";i:3626;s:5:\"title\";s:30:\"Snowboard Site &#8211; Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";i:1513513193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:293;s:11:\"trend_index\";i:637;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:15:{s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:15:{s:2:\"id\";i:11966;s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";i:1572154274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:490;s:11:\"trend_index\";i:595;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:15:{s:2:\"id\";i:9783;s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";i:1547831059;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:415;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:15:{s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:15:{s:2:\"id\";i:3632;s:5:\"title\";s:31:\"Snowboard Site &#8211; Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";i:1513513171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:222;s:11:\"trend_index\";i:342;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:15:{s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:15:{s:2:\"id\";i:3619;s:5:\"title\";s:31:\"Snowboard Site &#8211; Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";i:1513513137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:232;s:11:\"trend_index\";i:219;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:15:{s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:15:{s:2:\"id\";i:9425;s:5:\"title\";s:38:\"Black Friday &#8211;  80&#8217;s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";i:1542901234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:360;s:11:\"trend_index\";i:472;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:15:{s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:493;a:15:{s:2:\"id\";i:11973;s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";i:1572154523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:418;s:11:\"trend_index\";i:476;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:15:{s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:495;a:15:{s:2:\"id\";i:11981;s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";i:1572155125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:410;s:11:\"trend_index\";i:390;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:15:{s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:497;a:15:{s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:498;a:15:{s:2:\"id\";i:147;s:5:\"title\";s:20:\"Homepage &#8211; App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";i:1470829868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:5;s:11:\"trend_index\";i:16;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:499;a:15:{s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:15:{s:2:\"id\";i:777;s:5:\"title\";s:28:\"Homepage &#8211; Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";i:1485273092;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:175;s:11:\"trend_index\";i:414;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:15:{s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:502;a:15:{s:2:\"id\";i:2404;s:5:\"title\";s:24:\"Homepage &#8211; Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";i:1506441452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:164;s:11:\"trend_index\";i:286;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:15:{s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:504;a:15:{s:2:\"id\";i:492;s:5:\"title\";s:25:\"Homepage &#8211; Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";i:1477388365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:14;s:11:\"trend_index\";i:79;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:15:{s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:15:{s:2:\"id\";i:3451;s:5:\"title\";s:39:\"Homepage &#8211; Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";i:1512054116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:266;s:11:\"trend_index\";i:407;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:15:{s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:15:{s:2:\"id\";i:2152;s:5:\"title\";s:26:\"Homepage &#8211; Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";i:1499774132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:382;s:11:\"trend_index\";i:530;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:15:{s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:15:{s:2:\"id\";i:1068;s:5:\"title\";s:27:\"Homepage &#8211; Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";i:1488805928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:249;s:11:\"trend_index\";i:437;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:15:{s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:15:{s:2:\"id\";i:2813;s:5:\"title\";s:32:\"Homepage &#8211; Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";i:1509615049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:130;s:11:\"trend_index\";i:215;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:15:{s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:15:{s:2:\"id\";i:728;s:5:\"title\";s:33:\"Homepage &#8211; Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";i:1485269993;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:324;s:11:\"trend_index\";i:790;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:15:{s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:15:{s:2:\"id\";i:2403;s:5:\"title\";s:29:\"Homepage &#8211; Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";i:1506441428;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:314;s:11:\"trend_index\";i:499;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:15:{s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:15:{s:2:\"id\";i:1903;s:5:\"title\";s:20:\"One Page &#8211; Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";i:1496822325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:211;s:11:\"trend_index\";i:320;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:15:{s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:15:{s:2:\"id\";i:2123;s:5:\"title\";s:33:\"One Page &#8211; Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";i:1499772989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:11;s:11:\"trend_index\";i:19;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:15:{s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:15:{s:2:\"id\";i:1888;s:5:\"title\";s:32:\"One Page &#8211; Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";i:1496822319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:315;s:11:\"trend_index\";i:771;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:15:{s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:15:{s:2:\"id\";i:1891;s:5:\"title\";s:35:\"One Page &#8211; Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";i:1496822323;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:503;s:11:\"trend_index\";i:835;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:15:{s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:15:{s:2:\"id\";i:1880;s:5:\"title\";s:24:\"One Page &#8211; Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";i:1496822317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:535;s:11:\"trend_index\";i:576;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:15:{s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:15:{s:2:\"id\";i:1885;s:5:\"title\";s:29:\"One Page &#8211; Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";i:1496822321;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:235;s:11:\"trend_index\";i:610;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:15:{s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:15:{s:2:\"id\";i:2723;s:5:\"title\";s:34:\"Portfolio &#8211; Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509633883;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:218;s:11:\"trend_index\";i:300;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:15:{s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:15:{s:2:\"id\";i:2145;s:5:\"title\";s:30:\"About &#8211; Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";i:1499774125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:403;s:11:\"trend_index\";i:699;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:15:{s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:15:{s:2:\"id\";i:2155;s:5:\"title\";s:23:\"About &#8211; Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";i:1499774130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:471;s:11:\"trend_index\";i:461;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:15:{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:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:15:{s:2:\"id\";i:1085;s:5:\"title\";s:21:\"About &#8211; Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";i:1488810874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:8;s:11:\"trend_index\";i:36;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:15:{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:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:538;a:15:{s:2:\"id\";i: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:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:15:{s:2:\"id\";i:101;s:5:\"title\";s:16:\"About &#8211; CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";i:1470829785;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:54;s:11:\"trend_index\";i:182;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:15:{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:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:15:{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:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:542;a:15:{s:2:\"id\";i:213;s:5:\"title\";s:26:\"About &#8211; Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";i:1470829766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:20;s:11:\"trend_index\";i:65;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:543;a:15:{s:2:\"id\";i:2802;s:5:\"title\";s:38:\"Portfolio &#8211; Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509615440;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:263;s:11:\"trend_index\";i:504;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:15:{s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:15:{s:2:\"id\";i:2828;s:5:\"title\";s:35:\"Landing Page &#8211; Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:423;s:11:\"trend_index\";i:625;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:15:{s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:15:{s:2:\"id\";i:1461;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1494352121;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:374;s:11:\"trend_index\";i:516;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:15:{s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:15:{s:2:\"id\";i:1460;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1494352124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:426;s:11:\"trend_index\";i:466;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:15:{s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:15:{s:2:\"id\";i:1459;s:5:\"title\";s:28:\"Landing Page &#8211; Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1494352125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:254;s:11:\"trend_index\";i:422;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:15:{s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:15:{s:2:\"id\";i:1052;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1488810873;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:47;s:11:\"trend_index\";i:158;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:15:{s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:15:{s:2:\"id\";i:1505;s:5:\"title\";s:33:\"Landing Page &#8211; Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1494352110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:454;s:11:\"trend_index\";i:547;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:15:{s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:15:{s:2:\"id\";i:726;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1485270062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:498;s:11:\"trend_index\";i:651;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:15:{s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:15:{s:2:\"id\";i:1613;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1494352129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:504;s:11:\"trend_index\";i:464;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:15:{s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:15:{s:2:\"id\";i:1612;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1494352127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:549;s:11:\"trend_index\";i:693;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:15:{s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:15:{s:2:\"id\";i:1614;s:5:\"title\";s:33:\"Landing Page &#8211; Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1494352131;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:447;s:11:\"trend_index\";i:657;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:15:{s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:15:{s:2:\"id\";i:906;s:5:\"title\";s:29:\"Landing Page &#8211;  Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1494352066;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:302;s:11:\"trend_index\";i:397;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:15:{s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:15:{s:2:\"id\";i:879;s:5:\"title\";s:41:\"Landing Page &#8211; Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1494352064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:305;s:11:\"trend_index\";i:406;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:15:{s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:15:{s:2:\"id\";i:926;s:5:\"title\";s:33:\"Landing Page &#8211; Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1494352068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:461;s:11:\"trend_index\";i:549;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:15:{s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:15:{s:2:\"id\";i:1032;s:5:\"title\";s:27:\"Landing Page &#8211; Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1488810866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:462;s:11:\"trend_index\";i:715;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:15:{s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:15:{s:2:\"id\";i:730;s:5:\"title\";s:24:\"Landing Page &#8211; App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1485273430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:386;s:11:\"trend_index\";i:614;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:15:{s:2:\"id\";i:643;s:5:\"title\";s:29:\"Landing Page &#8211; Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1481549290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:518;s:11:\"trend_index\";i:748;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:15:{s:2:\"id\";i:542;s:5:\"title\";s:28:\"Landing Page &#8211; Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1477388484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:165;s:16:\"popularity_index\";i:128;s:11:\"trend_index\";i:355;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:576;a:15:{s:2:\"id\";i:1187;s:5:\"title\";s:32:\"Landing Page &#8211; Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1490707385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:53;s:11:\"trend_index\";i:196;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:577;a:15:{s:2:\"id\";i:641;s:5:\"title\";s:28:\"Landing Page &#8211; Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1481549264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:355;s:11:\"trend_index\";i:480;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:15:{s:2:\"id\";i:189;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1470820715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:17;s:11:\"trend_index\";i:107;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:579;a:15:{s:2:\"id\";i:1547;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1494352115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:377;s:11:\"trend_index\";i:491;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:15:{s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:15:{s:2:\"id\";i:1546;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1494352116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:550;s:11:\"trend_index\";i:690;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:15:{s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:15:{s:2:\"id\";i:1545;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1494352118;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:425;s:11:\"trend_index\";i:404;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:15:{s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:15:{s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:15:{s:2:\"id\";i:2714;s:5:\"title\";s:30:\"Landing Page &#8211; Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:415;s:11:\"trend_index\";i:584;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:15:{s:2:\"id\";i:195;s:5:\"title\";s:28:\"Landing Page &#8211; Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1470820765;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:72;s:11:\"trend_index\";i:242;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:588;a:15:{s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:15:{s:2:\"id\";i:197;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1470825711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:162;s:11:\"trend_index\";i:366;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:590;a:15:{s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:15:{s:2:\"id\";i:1193;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1490707422;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:86;s:11:\"trend_index\";i:245;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:592;a:15:{s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:15:{s:2:\"id\";i:1415;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1494352106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:381;s:11:\"trend_index\";i:462;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:15:{s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:15:{s:2:\"id\";i:1414;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1494352107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:573;s:11:\"trend_index\";i:670;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:15:{s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:15:{s:2:\"id\";i:1413;s:5:\"title\";s:34:\"Landing Page &#8211; Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1494352109;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:486;s:11:\"trend_index\";i:444;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:15:{s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:15:{s:2:\"id\";i:1573;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1494352133;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:594;s:11:\"trend_index\";i:687;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:15:{s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:15:{s:2:\"id\";i:1572;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1494352134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:632;s:11:\"trend_index\";i:774;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:15:{s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:15:{s:2:\"id\";i:1570;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1494352136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:674;s:11:\"trend_index\";i:785;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:15:{s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:15:{s:2:\"id\";i:1571;s:5:\"title\";s:29:\"Landing Page &#8211; Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1494352138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:647;s:11:\"trend_index\";i:737;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:15:{s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:15:{s:2:\"id\";i:192;s:5:\"title\";s:28:\"Landing Page &#8211; Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1470820734;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:141;s:11:\"trend_index\";i:388;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:608;a:15:{s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:15:{s:2:\"id\";i:2141;s:5:\"title\";s:32:\"Contact &#8211; Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";i:1499774122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:363;s:11:\"trend_index\";i:678;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:15:{s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:15:{s:2:\"id\";i:137;s:5:\"title\";s:22:\"Contact &#8211; Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";i:1470829828;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:55;s:11:\"trend_index\";i:210;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:612;a:15:{s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:15:{s:2:\"id\";i:256;s:5:\"title\";s:26:\"Contact &#8211; Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";i:1470829796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:154;s:11:\"trend_index\";i:370;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:15:{s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:15:{s:2:\"id\";i:2150;s:5:\"title\";s:25:\"Contact &#8211; Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";i:1499774127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:85;s:11:\"trend_index\";i:247;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:15:{s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:15:{s:2:\"id\";i:223;s:5:\"title\";s:21:\"Contact &#8211; Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";i:1470820471;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:157;s:11:\"trend_index\";i:354;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:15:{s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:15:{s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:15:{s:2:\"id\";i:184;s:5:\"title\";s:23:\"Services &#8211; Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";i:1470829889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:26;s:11:\"trend_index\";i:89;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:15:{s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:622;a:15:{s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:623;a:15:{s:2:\"id\";i:625;s:5:\"title\";s:31:\"Services &#8211; Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";i:1481549196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:642;s:11:\"trend_index\";i:733;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:15:{s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;a:15:{s:2:\"id\";i:187;s:5:\"title\";s:20:\"Services &#8211; Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";i:1470829892;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:109;s:11:\"trend_index\";i:338;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:626;a:15:{s:2:\"id\";i:238;s:5:\"title\";s:27:\"Services &#8211; Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";i:1470829865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:25;s:11:\"trend_index\";i:51;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:627;a:15:{s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:15:{s:2:\"id\";i:647;s:5:\"title\";s:33:\"Services &#8211; Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";i:1481549320;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:517;s:11:\"trend_index\";i:529;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:15:{s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:15:{s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:631;a:15:{s:2:\"id\";i:2138;s:5:\"title\";s:33:\"Services &#8211; Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";i:1499774119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:456;s:11:\"trend_index\";i:545;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:15:{s:2:\"id\";i:823;s:5:\"title\";s:19:\"Pricing &#8211; App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";i:1485272966;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:384;s:11:\"trend_index\";i:416;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:15:{s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:15:{s:2:\"id\";i:824;s:5:\"title\";s:24:\"Pricing &#8211; Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";i:1485272900;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:409;s:11:\"trend_index\";i:534;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:15:{s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:636;a:15:{s:2:\"id\";i:825;s:5:\"title\";s:24:\"Product &#8211; Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";i:1485272513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:439;s:11:\"trend_index\";i:418;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:15:{s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:15:{s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:639;a:15:{s:2:\"id\";i:245;s:5:\"title\";s:21:\"Product &#8211; Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";i:1470829876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:107;s:11:\"trend_index\";i:276;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:640;a:15:{s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:641;a:15:{s:2:\"id\";i:1075;s:5:\"title\";s:19:\"Shop &#8211; Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";i:1488810871;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:68;s:11:\"trend_index\";i:174;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:642;a:15:{s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:15:{s:2:\"id\";i:1051;s:5:\"title\";s:24:\"Blog Post &#8211; Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";i:1488810869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:16;s:11:\"trend_index\";i:27;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:644;a:15:{s:2:\"id\";i:1245;s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";i:1491207184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:257;s:11:\"trend_index\";i:252;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:15:{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:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:15:{s:2:\"id\";i:1247;s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";i:1491207138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:35;s:11:\"trend_index\";i:48;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:647;a:15:{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:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:15:{s:2:\"id\";i:1248;s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";i:1491207050;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:427;s:11:\"trend_index\";i:601;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:15:{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:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:15:{s:2:\"id\";i:1249;s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";i:1491207380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:469;s:11:\"trend_index\";i:638;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:15:{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:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:15:{s:2:\"id\";i:1250;s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";i:1491207450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:82;s:11:\"trend_index\";i:104;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:653;a:15:{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:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:15:{s:2:\"id\";i:1260;s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";i:1491207507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:506;s:11:\"trend_index\";i:623;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:15:{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:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:15:{s:2:\"id\";i:1261;s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";i:1491207584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:98;s:11:\"trend_index\";i:164;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:657;a:15:{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:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:15:{s:2:\"id\";i:1272;s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";i:1491207674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:296;s:11:\"trend_index\";i:317;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:15:{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:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:15:{s:2:\"id\";i:1279;s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";i:1491207756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:160;s:11:\"trend_index\";i:403;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:661;a:15:{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:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:15:{s:2:\"id\";i:1745;s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";i:1494849745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:292;s:11:\"trend_index\";i:371;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:15:{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:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:15:{s:2:\"id\";i:1742;s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";i:1494849744;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:470;s:11:\"trend_index\";i:616;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:15:{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:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:15:{s:2:\"id\";i:1748;s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";i:1494849742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:313;s:11:\"trend_index\";i:306;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:15:{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:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:15:{s:2:\"id\";i:3963;s:5:\"title\";s:32:\"Restaurant Site &#8211; Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";i:1516284821;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:238;s:11:\"trend_index\";i:61;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:15:{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:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:15:{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:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:15:{s:2:\"id\";i:3969;s:5:\"title\";s:28:\"Restaurant Site &#8211; Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";i:1516284829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:440;s:11:\"trend_index\";i:543;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:15:{s:2:\"id\";i: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:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:15:{s:2:\"id\";i:3966;s:5:\"title\";s:29:\"Restaurant Site &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";i:1516284839;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:275;s:11:\"trend_index\";i:528;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:15:{s:2:\"id\";i:3972;s:5:\"title\";s:31:\"Restaurant Site &#8211; Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";i:1516284847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:405;s:11:\"trend_index\";i:588;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:15:{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:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:15:{s:2:\"id\";i:2080;s:5:\"title\";s:27:\"Ski Resort &#8211; Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";i:1508161124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:358;s:11:\"trend_index\";i:612;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:15:{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:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"footer\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:15:{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:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"header\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:15:{s:2:\"id\";i:2088;s:5:\"title\";s:24:\"Ski Resort &#8211; About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";i:1508161129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:487;s:11:\"trend_index\";i:683;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:15:{s:2:\"id\";i: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:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:15:{s:2:\"id\";i:2085;s:5:\"title\";s:27:\"Ski Resort &#8211; Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";i:1508161134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:620;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:15:{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:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:15:{s:2:\"id\";i:2462;s:5:\"title\";s:23:\"Architect &#8211; About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";i:1508243317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:364;s:11:\"trend_index\";i:383;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:684;a:15:{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:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:685;a:15:{s:2:\"id\";i:2362;s:5:\"title\";s:26:\"Architect &#8211; Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";i:1508243335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:460;s:11:\"trend_index\";i:443;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:15:{s:2:\"id\";i:614;s:5:\"title\";s:25:\"Architect &#8211; Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";i:1481549169;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:335;s:11:\"trend_index\";i:446;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:15:{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:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:15:{s:2:\"id\";i:2126;s:5:\"title\";s:37:\"Construction Company &#8211; Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";i:1508325849;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:271;s:11:\"trend_index\";i:311;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:15:{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:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:15:{s:2:\"id\";i:2129;s:5:\"title\";s:34:\"Construction Company &#8211; About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";i:1508325881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:321;s:11:\"trend_index\";i:448;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:691;a:15:{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:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:15:{s:2:\"id\";i:2135;s:5:\"title\";s:36:\"Construction Company &#8211; Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";i:1508325922;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:370;s:11:\"trend_index\";i:473;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:15:{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:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:15:{s:2:\"id\";i:2094;s:5:\"title\";s:28:\"Plants Shop &#8211; Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";i:1509621053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:269;s:11:\"trend_index\";i:254;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:15:{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:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:15:{s:2:\"id\";i:2120;s:5:\"title\";s:25:\"Plants Shop &#8211; About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";i:1509631820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:376;s:11:\"trend_index\";i:573;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:15:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:15:{s:2:\"id\";i:3153;s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";i:1508950132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:685;s:11:\"trend_index\";i:775;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:15:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:15:{s:2:\"id\";i:3338;s:5:\"title\";s:31:\"Black Friday &#8211; Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";i:1511203351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:604;s:11:\"trend_index\";i:786;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:15:{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:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:15:{s:2:\"id\";i:3339;s:5:\"title\";s:35:\"Black Friday &#8211; Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";i:1511203636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:561;s:11:\"trend_index\";i:836;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:15:{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:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:15:{s:2:\"id\";i:3335;s:5:\"title\";s:31:\"Black Friday &#8211; Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";i:1511203246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:560;s:11:\"trend_index\";i:680;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:15:{s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:15:{s:2:\"id\";i:3340;s:5:\"title\";s:41:\"Black Friday &#8211; Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";i:1511203713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:502;s:11:\"trend_index\";i:592;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:15:{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:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:15:{s:2:\"id\";i:3517;s:5:\"title\";s:27:\"Christmas &#8211; Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";i:1513877937;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:580;s:11:\"trend_index\";i:834;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:15:{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:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:15:{s:2:\"id\";i:3734;s:5:\"title\";s:28:\"Christmas &#8211; Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";i:1514197794;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:575;s:11:\"trend_index\";i:622;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:15:{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:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:15:{s:2:\"id\";i:3764;s:5:\"title\";s:33:\"Christmas &#8211; Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";i:1514198234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:566;s:11:\"trend_index\";i:708;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:15:{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:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:15:{s:2:\"id\";i:3565;s:5:\"title\";s:27:\"Christmas &#8211; Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";i:1514204382;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:455;s:11:\"trend_index\";i:469;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:15:{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:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:15:{s:2:\"id\";i:3862;s:5:\"title\";s:35:\"Christmas &#8211; Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";i:1514206745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:473;s:11:\"trend_index\";i:518;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:717;a:15:{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:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:718;a:15:{s:2:\"id\";i:3777;s:5:\"title\";s:39:\"Christmas &#8211; Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";i:1514205420;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:509;s:11:\"trend_index\";i:682;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:719;a:15:{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:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:720;a:15:{s:2:\"id\";i:420;s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";i:1475067229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:22;s:11:\"trend_index\";i:160;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:15:{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:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:722;a:15:{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:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:723;a:15:{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:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:724;a:15:{s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:725;a:15:{s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:726;a:15:{s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:727;a:15:{s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:728;a:15:{s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:729;a:15:{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:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:730;a:15:{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:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:731;a:15:{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:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:732;a:15:{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:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:733;a:15:{s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:15:{s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:735;a:15:{s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:736;a:15:{s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:15:{s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:15:{s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:15:{s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:740;a:15:{s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:741;a:15:{s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:742;a:15:{s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:743;a:15:{s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:15:{s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:15:{s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:15:{s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:747;a:15:{s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:748;a:15:{s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:749;a:15:{s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:15:{s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:15:{s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:15:{s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:15:{s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:15:{s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:15:{s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:15:{s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:757;a:15:{s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:15:{s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:759;a:15:{s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:15:{s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:761;a:15:{s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:762;a:15:{s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:763;a:15:{s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:764;a:15:{s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:15:{s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:15:{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:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:15:{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:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:15:{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:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:15:{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:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:15:{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:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:15:{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:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:15:{s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:15:{s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:774;a:15:{s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:15:{s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:15:{s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:15:{s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:15:{s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:15:{s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:15:{s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:15:{s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:15:{s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:15:{s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:15:{s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:15:{s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:15:{s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:15:{s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:15:{s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:15:{s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:15:{s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:15:{s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:15:{s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:793;a:15:{s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:15:{s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:15:{s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:15:{s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:15:{s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:15:{s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:15:{s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:15:{s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:15:{s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:15:{s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:803;a:15:{s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:15:{s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:805;a:15:{s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:15:{s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:15:{s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:15:{s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;a:15:{s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:810;a:15:{s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:15:{s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:15:{s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:813;a:15:{s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:814;a:15:{s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:815;a:15:{s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:816;a:15:{s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:817;a:15:{s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:818;a:15:{s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:819;a:15:{s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:820;a:15:{s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:821;a:15:{s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:822;a:15:{s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:15:{s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:15:{s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:825;a:15:{s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:826;a:15:{s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:827;a:15:{s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:828;a:15:{s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:829;a:15:{s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:830;a:15:{s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:831;a:15:{s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:832;a:15:{s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:833;a:15:{s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:834;a:15:{s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:835;a:15:{s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:836;a:15:{s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:837;a:15:{s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:838;a:15:{s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:839;a:15:{s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:840;a:15:{s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:841;a:15:{s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:842;a:15:{s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:843;a:15:{s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:844;a:15:{s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:845;a:15:{s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:846;a:15:{s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:847;a:15:{s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:848;a:15:{s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:849;a:15:{s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:850;a:15:{s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:851;a:15:{s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:852;a:15:{s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:853;a:15:{s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:854;a:15:{s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:855;a:15:{s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:856;a:15:{s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:857;a:15:{s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:858;a:15:{s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:859;a:15:{s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:860;a:15:{s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:861;a:15:{s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:862;a:15:{s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:863;a:15:{s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:864;a:15:{s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:865;a:15:{s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:866;a:15:{s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:867;a:15:{s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:868;a:15:{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:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:869;a:15:{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:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:870;a:15:{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:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:871;a:15:{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:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:872;a:15:{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:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:873;a:15:{s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:874;a:15:{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:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:875;a:15:{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:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:876;a:15:{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:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:877;a:15:{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:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:878;a:15:{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:115:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:879;a:15:{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:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:880;a:15:{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:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(191,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:55:\"What Is Material Design? Definition, Uses, and Examples\";s:7:\"excerpt\";s:147:\"Material Design is the standard for designing and creating websites and apps. Discover why and learn how to use it to make a user-friendly website.\";s:7:\"created\";i:1612263675;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/what-is-material-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:53:\"Elementor SEO: How To Optimize Your Elementor Website\";s:7:\"excerpt\";s:154:\"SEO is crucial to the success of any website, but to many users, it still remains a mystery. Discover what SEO is and how to use it to optimize your site.\";s:7:\"created\";i:1611838485;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:113:\"https://elementor.com/blog/elementor-seo/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.1: Experiments, Performance Enhancements, And a New Landing Page Workflow\";s:7:\"excerpt\";s:162:\"The new Elementor version 3.1 features performance improvements, a new Landing Page area and workflow to manage your marketing pages, and exploratory experiments.\";s:7:\"created\";i:1611665700;s:5:\"badge\";s:11:\"New Feature\";s:3:\"url\";s:125:\"https://elementor.com/blog/introducing-elementor-3-1/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:33:\"How To Redirect URLs in WordPress\";s:7:\"excerpt\";s:152:\"Redirecting visitors from one page to another is an important part of website maintenance. Explore all the reasons for redirects and how to create them.\";s:7:\"created\";i:1611143960;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/redirect-url-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:33:\"How to Create the Perfect Favicon\";s:7:\"excerpt\";s:140:\"Favicons are an integral part of building up your brand and a recognizable website. Understand what they are, and how to use them correctly.\";s:7:\"created\";i:1610975844;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/favicon-complete-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(196,'action_scheduler_hybrid_store_demarkation','5','yes'),(197,'schema-ActionScheduler_StoreSchema','5.0.1634091104','yes'),(198,'schema-ActionScheduler_LoggerSchema','3.0.1634091104','yes'),(201,'woocommerce_schema_version','430','yes'),(202,'woocommerce_store_address','','yes'),(203,'woocommerce_store_address_2','','yes'),(204,'woocommerce_store_city','','yes'),(205,'woocommerce_default_country','US:AR','yes'),(206,'woocommerce_store_postcode','72210','yes'),(207,'woocommerce_allowed_countries','specific','yes'),(208,'woocommerce_all_except_countries','a:0:{}','yes'),(209,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes'),(210,'woocommerce_ship_to_countries','','yes'),(211,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(212,'woocommerce_default_customer_address','base','yes'),(213,'woocommerce_calc_taxes','no','yes'),(214,'woocommerce_enable_coupons','yes','yes'),(215,'woocommerce_calc_discounts_sequentially','no','no'),(216,'woocommerce_currency','USD','yes'),(217,'woocommerce_currency_pos','left','yes'),(218,'woocommerce_price_thousand_sep',',','yes'),(219,'woocommerce_price_decimal_sep','.','yes'),(220,'woocommerce_price_num_decimals','2','yes'),(221,'woocommerce_shop_page_id','6','yes'),(222,'woocommerce_cart_redirect_after_add','no','yes'),(223,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(224,'woocommerce_placeholder_image','5','yes'),(225,'woocommerce_weight_unit','kg','yes'),(226,'woocommerce_dimension_unit','cm','yes'),(227,'woocommerce_enable_reviews','no','yes'),(228,'woocommerce_review_rating_verification_label','yes','no'),(229,'woocommerce_review_rating_verification_required','no','no'),(230,'woocommerce_enable_review_rating','yes','yes'),(231,'woocommerce_review_rating_required','yes','no'),(232,'woocommerce_manage_stock','yes','yes'),(233,'woocommerce_hold_stock_minutes','60','no'),(234,'woocommerce_notify_low_stock','yes','no'),(235,'woocommerce_notify_no_stock','yes','no'),(236,'woocommerce_stock_email_recipient','ekow@esselwebdesign.com','no'),(237,'woocommerce_notify_low_stock_amount','2','no'),(238,'woocommerce_notify_no_stock_amount','0','yes'),(239,'woocommerce_hide_out_of_stock_items','no','yes'),(240,'woocommerce_stock_format','','yes'),(241,'woocommerce_file_download_method','force','no'),(242,'woocommerce_downloads_require_login','no','no'),(243,'woocommerce_downloads_grant_access_after_payment','yes','no'),(244,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(245,'woocommerce_prices_include_tax','no','yes'),(246,'woocommerce_tax_based_on','shipping','yes'),(247,'woocommerce_shipping_tax_class','inherit','yes'),(248,'woocommerce_tax_round_at_subtotal','no','yes'),(249,'woocommerce_tax_classes','','yes'),(250,'woocommerce_tax_display_shop','excl','yes'),(251,'woocommerce_tax_display_cart','excl','yes'),(252,'woocommerce_price_display_suffix','','yes'),(253,'woocommerce_tax_total_display','itemized','no'),(254,'woocommerce_enable_shipping_calc','yes','no'),(255,'woocommerce_shipping_cost_requires_address','no','yes'),(256,'woocommerce_ship_to_destination','billing','no'),(257,'woocommerce_shipping_debug_mode','no','yes'),(258,'woocommerce_enable_guest_checkout','yes','no'),(259,'woocommerce_enable_checkout_login_reminder','no','no'),(260,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(261,'woocommerce_enable_myaccount_registration','no','no'),(262,'woocommerce_registration_generate_username','yes','no'),(263,'woocommerce_registration_generate_password','yes','no'),(264,'woocommerce_erasure_request_removes_order_data','no','no'),(265,'woocommerce_erasure_request_removes_download_data','no','no'),(266,'woocommerce_allow_bulk_remove_personal_data','no','no'),(267,'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'),(268,'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'),(269,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(270,'woocommerce_trash_pending_orders','','no'),(271,'woocommerce_trash_failed_orders','','no'),(272,'woocommerce_trash_cancelled_orders','','no'),(273,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(274,'woocommerce_email_from_name','Light and Lotus Yoga','no'),(275,'woocommerce_email_from_address','chelseabetts89@gmail.com','no'),(276,'woocommerce_email_header_image','','no'),(277,'woocommerce_email_footer_text','{site_title} &mdash; Built with {WooCommerce}','no'),(278,'woocommerce_email_base_color','#96588a','no'),(279,'woocommerce_email_background_color','#f7f7f7','no'),(280,'woocommerce_email_body_background_color','#ffffff','no'),(281,'woocommerce_email_text_color','#3c3c3c','no'),(282,'woocommerce_merchant_email_notifications','no','no'),(283,'woocommerce_cart_page_id','7','no'),(284,'woocommerce_checkout_page_id','8','no'),(285,'woocommerce_myaccount_page_id','9','no'),(286,'woocommerce_terms_page_id','','no'),(287,'woocommerce_force_ssl_checkout','no','yes'),(288,'woocommerce_unforce_ssl_checkout','no','yes'),(289,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(290,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(291,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(292,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(293,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(294,'woocommerce_myaccount_orders_endpoint','orders','yes'),(295,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(296,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(297,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(298,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(299,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(300,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(301,'woocommerce_logout_endpoint','customer-logout','yes'),(302,'woocommerce_api_enabled','no','yes'),(303,'woocommerce_allow_tracking','no','no'),(304,'woocommerce_show_marketplace_suggestions','yes','no'),(305,'woocommerce_single_image_width','600','yes'),(306,'woocommerce_thumbnail_image_width','300','yes'),(307,'woocommerce_checkout_highlight_required_fields','yes','yes'),(308,'woocommerce_demo_store','no','no'),(309,'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'),(310,'current_theme_supports_woocommerce','yes','yes'),(311,'woocommerce_queue_flush_rewrite_rules','no','yes'),(314,'default_product_cat','15','yes'),(317,'woocommerce_version','5.9.0','yes'),(318,'woocommerce_db_version','5.5.2','yes'),(322,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(323,'action_scheduler_lock_async-request-runner','1638691781','yes'),(324,'woocommerce_admin_notices','a:2:{i:0;s:6:\"update\";i:1;s:14:\"template_files\";}','yes'),(325,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"vkqO1s7gj9tTeOppzTW8vDW8uhtiiwtW\";}','yes'),(326,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(327,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(328,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(329,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(330,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(331,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(332,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(333,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(334,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(335,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(336,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(337,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(338,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(342,'woocommerce_admin_install_timestamp','1619444678','yes'),(345,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(346,'wc_blocks_db_schema_version','260','yes'),(347,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','no'),(348,'woocommerce_meta_box_errors','a:0:{}','yes'),(351,'_transient_woocommerce_reports-transient-version','1636469443','yes'),(357,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"http:\\/\\/lightandlotusyoga.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"http:\\/\\/lightandlotusyoga.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'http:\\/\\/lightandlotusyoga.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n      setTimeout(function(){ \\/* Wait for services to init. *\\/\\n        var data = {\\n          width: 450,\\n          closeOnClick: \'body\',\\n          closeOnEsc: true,\\n          content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style=&quot;list-style-type:initial;margin-left: 20px;&quot;><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n          btnPrimary: {\\n            text: \'Sign me up!\',\\n            callback: function() {\\n              var spinner = document.createElement(\'span\');\\n              spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n              var w = this.offsetWidth;\\n              this.innerHTML = spinner.outerHTML;\\n              this.style.width = w+\'px\';\\n              ninja_forms_sendwp_remote_install();\\n            }\\n          },\\n          btnSecondary: {\\n            text: \'Cancel\',\\n            callback: function() {\\n              sendwpModal.toggleModal(false);\\n            }\\n          }\\n        }\\n        var sendwpModal = new NinjaModal(data);\\n      }, 500);\\n    \"}]}','no'),(358,'wc_remote_inbox_notifications_specs','a:30:{s:27:\"stripe_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"stripe_applepay_holiday2021\";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:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:380:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/stripe/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#apple-pay\">enable Apple Pay with Stripe</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"stripe_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";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-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}s:27:\"square_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"square_applepay_holiday2021\";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:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:393:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/woocommerce-square/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#section-14\">enable Apple Pay with Square</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"square_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";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-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}}}}s:26:\"wcpay_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"wcpay_applepay_holiday2021\";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:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:338:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/payments/apple-pay/\">enable Apple Pay with WooCommerce Payments</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"wcpay_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";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-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";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:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:15:\"&page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}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:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:259:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:42:\"https://woocommerce.com/products/wayflyer/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:45:\"https://woocommerce.com/woocommerce-shipping/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:30:\"wc_shipping_mobile_app_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:69:\"Print and manage your shipping labels with the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:30:\"Get the WooCommerce Mobile App\";}}s:3:\"url\";s:31:\"https://woocommerce.com/mobile/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}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: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:\"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:702:\"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:702:\"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: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:\"5.5\";}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:27:\"woocommerce-paypal-payments\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:3;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: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:\"5.5\";}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:27:\"woocommerce-paypal-payments\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:38:{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:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"We\'re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:134:\"We\'d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{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\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}}','no'),(366,'woocommerce_onboarding_profile','a:2:{s:7:\"skipped\";b:1;s:9:\"completed\";b:1;}','yes'),(375,'woocommerce_task_list_welcome_modal_dismissed','yes','yes'),(396,'elementor_active_kit','11','yes'),(399,'temp_count','a:3:{s:21:\"Light and Lotus Title\";s:21:\"Light and Lotus Title\";s:12:\"MC Header 17\";s:12:\"MC Header 17\";s:11:\"Default Kit\";s:11:\"Default Kit\";}','yes'),(412,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":5,\"critical\":0}','yes'),(442,'elementskit-lite__stories_last_check','1631114277','yes'),(443,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10006909\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006909;s:5:\"title\";s:33:\"How to Create & Use Image Hotspot\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:52:\"https://wpmet.com/create-an-image-hotspot-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006908\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006908;s:5:\"title\";s:50:\"How to Add Parallax Effect In WordPress Like a Pro\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:48:\"https://wpmet.com/add-parallax-effect-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006905\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006905;s:5:\"title\";s:52:\"How to Use Elementor Gallery Widget with ElementsKit\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:43:\"https://wpmet.com/elementor-gallery-widget/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006902\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006902;s:5:\"title\";s:37:\"ShopEngine Pro - Coming Soon - Teaser\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:36:\"https://wpmet.com/plugin/shopengine/\";s:11:\"story_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2021/08/Plugin_Banner_Gif.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006901\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006901;s:5:\"title\";s:66:\"How to Create & Customize Header Footer – Elementor Page Builder\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:52:\"https://wpmet.com/create-header-footer-in-elementor/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006899\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006899;s:5:\"title\";s:55:\"7 Best Timeline Plugins for WordPress: Free and Premium\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:54:\"https://wpmet.com/best-timeline-plugins-for-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006894\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006894;s:5:\"title\";s:62:\"11 Best WordPress Contact Form Plugins in 2021: Free & Premium\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:54:\"https://wpmet.com/best-wordpress-contact-form-plugins/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006893\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006893;s:5:\"title\";s:63:\"9 Effective WooCommerce Product Wishlist Plugins for Your Store\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:55:\"https://wpmet.com/woocommerce-product-wishlist-plugins/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006892\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006892;s:5:\"title\";s:38:\"Why Should You Prefer a Lifetime Plan?\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:45:\"https://wpmet.com/why-prefer-a-lifetime-plan/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10006891\";O:8:\"stdClass\":9:{s:2:\"id\";i:10006891;s:5:\"title\";s:58:\"How to Set Up WooCommerce in WordPress: Guide for Beginner\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:50:\"https://wpmet.com/set-up-woocommerce-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(444,'_transient_shipping-transient-version','1620093198','yes'),(457,'pa_review_notice','1','yes'),(460,'major_update_notice','1','yes'),(465,'ninja_forms_optin_reported','1','yes'),(502,'_transient_product_query-transient-version','1631114280','yes'),(517,'auto_update_plugins','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:3;s:37:\"elementskit-lite/elementskit-lite.php\";i:4;s:9:\"hello.php\";i:5;s:27:\"ninja-forms/ninja-forms.php\";i:6;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";}','no'),(524,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(525,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(526,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(615,'elementor_log','a:16:{s:32:\"da5cb3c4d707b2a8307aedd875fbb6e8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-17 17:15:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.2\";s:2:\"to\";s:5:\"3.2.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-17 17:15:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.2\";s:2:\"to\";s:5:\"3.2.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"82322dfa4166dc26c1a6c6ba3db57b05\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-05-17 17:15:22\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.2\";s:2:\"to\";s:5:\"3.2.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-05-17 17:15:22\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.2\";s:2:\"to\";s:5:\"3.2.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d05b128e4203741bbd3107e4a469ee16\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-01 12:33:23\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.3\";s:2:\"to\";s:5:\"3.2.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-01 12:33:23\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.3\";s:2:\"to\";s:5:\"3.2.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b069c11d7f68a3368c9f446822a6a8c1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-06-17 20:22:27\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.4\";s:2:\"to\";s:5:\"3.2.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-06-17 20:22:27\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.4\";s:2:\"to\";s:5:\"3.2.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"eaab558cc6af4e72eeddfebed0244921\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:105:\"/home2/church/public_html/lightandlotusyoga.com/wp-content/plugins/elementor/core/document-types/post.php\";s:7:\"\0*\0line\";i:8;s:7:\"\0*\0date\";s:19:\"2021-07-17 17:57:00\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:178:\"Class Elementor\\Core\\DocumentTypes\\Post contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Elementor\\Controls_Stack::get_name)\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-17 17:57:00\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:178:\"Class Elementor\\Core\\DocumentTypes\\Post contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Elementor\\Controls_Stack::get_name)\";s:4:\"file\";s:105:\"/home2/church/public_html/lightandlotusyoga.com/wp-content/plugins/elementor/core/document-types/post.php\";s:4:\"line\";i:8;s:5:\"trace\";b:1;}}s:32:\"685c19ce1a8032953325b094d57d2971\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-19 02:23:04\";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.2.5\";s:2:\"to\";s:5:\"3.3.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-19 02:23:04\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"61c41898572457f2b25455d04359ceba\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-19 02:25:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-19 02:25:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"300d7477115efa35813fc577fe95fc5d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-19 02:25:32\";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:\"2021-07-19 02:25:32\";}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:\"6528b9675e61ac9b8b76aeae0fce703a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-19 02:25:32\";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:\"2021-07-19 02:25:32\";}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:\"63d22cc699bcf2b7abec499c8037fcdb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-19 02:25:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-19 02:25:32\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.2.5\";s:2:\"to\";s:5:\"3.3.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"9f88e054c99e902a4afb73c735375f8e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-20 19:03:12\";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.3.0\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-20 19:03:12\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.0\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"95298d260e8f526c3a8bd6531f8d80ed\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-20 19:03:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-20 19:03:15\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"b8865a486eb588e4dcbef238cf08a6c6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-20 19:03:15\";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:\"2021-07-20 19:03:15\";}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:\"3df95455a3564fce6ac5cbc46b107d5c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-20 19:03:16\";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:\"2021-07-20 19:03:16\";}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:\"590be39fb7585c104e3f80d03cc194c0\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-20 19:03:16\";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.3.0\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-20 19:03:16\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.0\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"7068795fd7478ff2901cff901bb0d159\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-07-20 19:03:17\";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.3.0\";s:2:\"to\";s:5:\"3.3.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-07-20 19:03:17\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.3.0\";s:2:\"to\";s:5:\"3.3.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(622,'wc_remote_inbox_notifications_wca_updated','','no'),(694,'elementskit-lite_ask_me_later','yes','yes'),(697,'current_theme','Neve','yes'),(698,'theme_mods_neve','a:6:{i:0;b:0;s:24:\"neve_migrated_hfg_colors\";b:1;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:17;}s:13:\"ti_prev_theme\";s:15:\"twentytwentyone\";s:18:\"custom_css_post_id\";i:-1;s:21:\"neve_body_font_family\";s:7:\"Poppins\";}','yes'),(699,'theme_switched','','yes'),(702,'neve_install','1621385683','yes'),(703,'neve_user_check_time','1621385684','yes'),(704,'neve_new_user','yes','yes'),(705,'woocommerce_catalog_rows','4','yes'),(706,'woocommerce_catalog_columns','3','yes'),(707,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(862,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(863,'elementskit_options','a:1:{s:17:\"megamenu_settings\";a:1:{s:16:\"menu_location_17\";a:1:{s:10:\"is_enabled\";i:0;}}}','yes'),(932,'youtubeprefs_alloptions','a:87:{s:9:\"centervid\";i:0;s:6:\"glance\";i:0;s:8:\"autoplay\";i:0;s:9:\"debugmode\";i:0;s:17:\"admin_off_scripts\";i:0;s:8:\"defer_js\";i:0;s:12:\"defer_jquery\";i:0;s:9:\"ajax_save\";i:1;s:12:\"show_pointer\";i:1;s:17:\"old_script_method\";i:0;s:14:\"cc_load_policy\";i:0;s:14:\"iv_load_policy\";i:1;s:4:\"loop\";i:0;s:14:\"modestbranding\";i:1;s:2:\"fs\";i:1;s:11:\"playsinline\";i:0;s:6:\"origin\";i:0;s:8:\"controls\";i:1;s:5:\"color\";s:3:\"red\";s:8:\"nocookie\";i:0;s:9:\"gb_compat\";i:1;s:12:\"gdpr_consent\";i:0;s:13:\"playlistorder\";i:0;s:8:\"acctitle\";i:0;s:7:\"migrate\";i:0;s:15:\"migrate_youtube\";i:0;s:22:\"migrate_embedplusvideo\";i:0;s:10:\"oldspacing\";i:0;s:13:\"frontend_only\";i:1;s:10:\"responsive\";i:1;s:9:\"widgetfit\";i:1;s:16:\"evselector_light\";i:0;s:18:\"stop_mobile_buffer\";i:1;s:15:\"restrict_wizard\";i:0;s:11:\"ajax_compat\";i:0;s:11:\"defaultdims\";i:0;s:12:\"pause_others\";i:0;s:10:\"defaultvol\";i:0;s:4:\"dohl\";i:0;s:9:\"onboarded\";i:1;s:11:\"not_live_on\";i:0;s:19:\"gallery_hideprivate\";i:1;s:17:\"gallery_showtitle\";i:1;s:18:\"gallery_showpaging\";i:1;s:16:\"gallery_autonext\";i:0;s:17:\"gallery_thumbplay\";i:1;s:18:\"gallery_channelsub\";i:0;s:20:\"gallery_customarrows\";i:0;s:21:\"gallery_collapse_grid\";i:0;s:20:\"vi_hide_monetize_tab\";i:0;s:12:\"cc_lang_pref\";s:0:\"\";s:3:\"rel\";i:0;s:20:\"gdpr_consent_message\";s:360:\"<strong>Please accept YouTube cookies to play this video.</strong> By accepting you will be accessing content from YouTube, a service provided by an external third party.\r\n\r\n<a href=\"https://policies.google.com/privacy\" target=\"_blank\" rel=\"noopener\">YouTube privacy policy</a>\r\n\r\nIf you accept this notice, your choice will be saved and the page will refresh.\";s:19:\"gdpr_consent_button\";s:22:\"Accept YouTube Content\";s:10:\"ytapi_load\";s:5:\"light\";s:21:\"restrict_wizard_roles\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:14:\"responsive_all\";i:1;s:3:\"vol\";i:50;s:16:\"gallery_pagesize\";i:6;s:15:\"gallery_columns\";i:3;s:28:\"gallery_collapse_grid_breaks\";a:1:{i:0;a:2:{s:2:\"bp\";a:2:{s:3:\"max\";s:3:\"767\";s:3:\"min\";s:1:\"0\";}s:4:\"cols\";s:1:\"1\";}}s:20:\"gallery_scrolloffset\";i:20;s:22:\"gallery_channelsublink\";s:0:\"\";s:22:\"gallery_channelsubtext\";s:23:\"Subscribe to my channel\";s:18:\"gallery_customprev\";s:4:\"Prev\";s:18:\"gallery_customnext\";s:4:\"Next\";s:16:\"not_live_content\";s:0:\"\";s:6:\"apikey\";s:39:\"AIzaSyAYBlknBEnYuwogsZrv7y3fcEsHOPlkPH4\";s:7:\"version\";s:6:\"13.4.3\";s:8:\"autohide\";i:2;s:2:\"hl\";s:0:\"\";s:5:\"theme\";s:4:\"dark\";s:3:\"pro\";s:0:\"\";s:9:\"vi_active\";i:0;s:12:\"vi_endpoints\";s:0:\"\";s:8:\"vi_token\";s:0:\"\";s:13:\"vi_last_login\";s:19:\"2000-01-01 00:00:00\";s:23:\"vi_last_category_update\";s:19:\"2000-01-01 00:00:00\";s:9:\"vi_adstxt\";s:0:\"\";s:14:\"vi_js_settings\";a:15:{s:5:\"divId\";s:20:\"ytvi_story_container\";s:8:\"language\";s:5:\"en-us\";s:11:\"iabCategory\";s:0:\"\";s:4:\"font\";s:5:\"Arial\";s:8:\"fontSize\";i:12;s:8:\"keywords\";s:0:\"\";s:9:\"textColor\";s:7:\"#000000\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:11:\"vioptional1\";s:0:\"\";s:11:\"vioptional2\";s:0:\"\";s:11:\"vioptional3\";s:0:\"\";s:5:\"float\";b:1;s:10:\"dfpSupport\";b:1;s:13:\"sponsoredText\";s:0:\"\";s:13:\"poweredByText\";s:0:\"\";}s:12:\"vi_js_script\";s:0:\"\";s:15:\"vi_js_posttypes\";a:0:{}s:14:\"vi_js_position\";s:3:\"top\";s:26:\"vi_show_gdpr_authorization\";i:1;s:22:\"vi_show_privacy_button\";i:0;}','yes'),(957,'pa_maps_save_settings','a:6:{s:15:\"premium-map-api\";s:1:\"1\";s:19:\"premium-youtube-api\";s:24:\"UCCEQwwU9mZ1EwMJQerh7o3Q\";s:23:\"premium-map-disable-api\";i:1;s:19:\"premium-map-cluster\";i:1;s:18:\"premium-map-locale\";s:0:\"\";s:14:\"is-beta-tester\";i:0;}','yes'),(1394,'neve_notice_dismissed','yes','yes'),(1395,'themeisle_sdk_notifications','a:2:{s:17:\"last_notification\";a:2:{s:2:\"id\";s:16:\"neve_logger_flag\";s:10:\"display_at\";i:1624816450;}s:24:\"last_notification_active\";i:1625661597;}','yes'),(1847,'woocommerce_inbox_variant_assignment','8','yes'),(2082,'neve_review_flag','no','yes'),(2119,'booking_activation_process','Off','yes'),(2120,'booking_admin_cal_count','2','yes'),(2121,'booking_skin','/css/skins/traditional.css','yes'),(2122,'booking_num_per_page','10','yes'),(2123,'booking_sort_order','','yes'),(2124,'booking_default_toolbar_tab','filter','yes'),(2125,'booking_listing_default_view_mode','vm_calendar','yes'),(2126,'booking_view_days_num','90','yes'),(2127,'booking_max_monthes_in_calendar','1y','yes'),(2128,'booking_client_cal_count','1','yes'),(2129,'booking_start_day_weeek','0','yes'),(2130,'booking_title_after_reservation','Thank you for your online booking.  We will send confirmation of your booking as soon as possible.','yes'),(2131,'booking_title_after_reservation_time','7000','yes'),(2132,'booking_type_of_thank_you_message','message','yes'),(2133,'booking_thank_you_page_URL','/thank-you','yes'),(2134,'booking_is_use_autofill_4_logged_user','Off','yes'),(2135,'booking_date_format','F j, Y','yes'),(2136,'booking_is_use_localized_time_format','Off','yes'),(2137,'booking_date_view_type','short','yes'),(2138,'booking_is_delete_if_deactive','Off','yes'),(2139,'booking_dif_colors_approval_pending','On','yes'),(2140,'booking_is_use_hints_at_admin_panel','On','yes'),(2141,'booking_is_not_load_bs_script_in_client','Off','yes'),(2142,'booking_is_not_load_bs_script_in_admin','Off','yes'),(2143,'booking_is_load_js_css_on_specific_pages','Off','yes'),(2144,'booking_is_show_system_debug_log','Off','yes'),(2145,'booking_pages_for_load_js_css','','yes'),(2146,'booking_type_of_day_selections','multiple','yes'),(2147,'booking_timeslot_picker','On','yes'),(2148,'booking_timeslot_picker_skin','/css/time_picker_skins/grey.css','yes'),(2149,'booking_timeslot_day_bg_as_available','On','yes'),(2150,'booking_form_is_using_bs_css','On','yes'),(2151,'booking_form_format_type','vertical','yes'),(2152,'booking_form_field_active1','On','yes'),(2153,'booking_form_field_required1','On','yes'),(2154,'booking_form_field_label1','First Name','yes'),(2155,'booking_form_field_active2','On','yes'),(2156,'booking_form_field_required2','On','yes'),(2157,'booking_form_field_label2','Last Name','yes'),(2158,'booking_form_field_active3','On','yes'),(2159,'booking_form_field_required3','On','yes'),(2160,'booking_form_field_label3','Email','yes'),(2161,'booking_form_field_active4','On','yes'),(2162,'booking_form_field_required4','Off','yes'),(2163,'booking_form_field_label4','Phone','yes'),(2164,'booking_form_field_active5','On','yes'),(2165,'booking_form_field_required5','Off','yes'),(2166,'booking_form_field_label5','Details','yes'),(2167,'booking_form_field_active6','Off','yes'),(2168,'booking_form_field_required6','Off','yes'),(2169,'booking_form_field_label6','Visitors','yes'),(2170,'booking_form_field_values6','1\n2\n3\n4','yes'),(2171,'booking_is_days_always_available','Off','yes'),(2172,'booking_is_show_pending_days_as_available','Off','yes'),(2173,'booking_check_on_server_if_dates_free','Off','yes'),(2174,'booking_unavailable_days_num_from_today','0','yes'),(2175,'booking_unavailable_day0','On','yes'),(2176,'booking_unavailable_day1','Off','yes'),(2177,'booking_unavailable_day2','On','yes'),(2178,'booking_unavailable_day3','Off','yes'),(2179,'booking_unavailable_day4','On','yes'),(2180,'booking_unavailable_day5','On','yes'),(2181,'booking_unavailable_day6','On','yes'),(2182,'booking_menu_position','top','yes'),(2183,'booking_user_role_booking','editor','yes'),(2184,'booking_user_role_addbooking','editor','yes'),(2185,'booking_user_role_resources','editor','yes'),(2186,'booking_user_role_settings','administrator','yes'),(2187,'booking_is_email_reservation_adress','On','yes'),(2188,'booking_email_reservation_adress','&quot;Booking system&quot; &lt;ekow@esselwebdesign.com&gt;','yes'),(2189,'booking_email_reservation_from_adress','[visitoremail]','yes'),(2190,'booking_email_reservation_subject','New booking','yes'),(2191,'booking_email_reservation_content','You need to approve a new booking [bookingtype] for: [dates]&lt;br/&gt;&lt;br/&gt; Person detail information:&lt;br/&gt; [content]&lt;br/&gt;&lt;br/&gt; Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]&lt;br/&gt;&lt;br/&gt;Thank you, Light and Lotus Yoga&lt;br/&gt;[siteurl]','yes'),(2192,'booking_is_email_newbookingbyperson_adress','Off','yes'),(2193,'booking_email_newbookingbyperson_adress','&quot;Booking system&quot; &lt;ekow@esselwebdesign.com&gt;','yes'),(2194,'booking_email_newbookingbyperson_subject','New booking','yes'),(2195,'booking_email_newbookingbyperson_content','Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. &lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt; Thank you, Light and Lotus Yoga&lt;br/&gt;[siteurl]','yes'),(2196,'booking_is_email_approval_adress','On','yes'),(2197,'booking_is_email_approval_send_copy_to_admin','Off','yes'),(2198,'booking_email_approval_adress','&quot;Booking system&quot; &lt;ekow@esselwebdesign.com&gt;','yes'),(2199,'booking_email_approval_subject','Your booking has been approved','yes'),(2200,'booking_email_approval_content','Your booking [bookingtype] for: [dates] has been approved.&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt;Thank you, Light and Lotus Yoga&lt;br/&gt;[siteurl]','yes'),(2201,'booking_is_email_deny_adress','On','yes'),(2202,'booking_is_email_deny_send_copy_to_admin','Off','yes'),(2203,'booking_email_deny_adress','&quot;Booking system&quot; &lt;ekow@esselwebdesign.com&gt;','yes'),(2204,'booking_email_deny_subject','Your booking has been declined','yes'),(2205,'booking_email_deny_content','Your booking [bookingtype] for: [dates] has been  canceled. &lt;br/&gt;[denyreason]&lt;br/&gt;&lt;br/&gt;[content]&lt;br/&gt;&lt;br/&gt;Thank you, Light and Lotus Yoga&lt;br/&gt;[siteurl]','yes'),(2206,'booking_widget_title','Booking form','yes'),(2207,'booking_widget_show','booking_form','yes'),(2208,'booking_widget_type','1','yes'),(2209,'booking_widget_calendar_count','1','yes'),(2210,'booking_widget_last_field','','yes'),(2211,'booking_wpdev_copyright_adminpanel','On','yes'),(2212,'booking_is_show_powered_by_notice','On','yes'),(2213,'booking_is_use_captcha','Off','yes'),(2214,'booking_is_show_legend','Off','yes'),(2215,'booking_send_button_title','Send','yes'),(2216,'booking_legend_is_show_item_available','On','yes'),(2217,'booking_legend_text_for_item_available','Available','yes'),(2218,'booking_legend_is_show_item_pending','On','yes'),(2219,'booking_legend_text_for_item_pending','Pending','yes'),(2220,'booking_legend_is_show_item_approved','On','yes'),(2221,'booking_legend_text_for_item_approved','Booked','yes'),(2222,'booking_legend_is_show_numbers','Off','yes'),(2223,'booking_email_new_admin','a:15:{s:7:\"enabled\";s:2:\"On\";s:2:\"to\";s:23:\"ekow@esselwebdesign.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:23:\"ekow@esselwebdesign.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:11:\"New booking\";s:7:\"content\";s:275:\"You need to approve a new booking [bookingtype] for: [dates]<br/><br/> Person detail information:<br/> [content]<br/><br/> Currently a new booking is waiting for approval. Please visit the moderation panel [moderatelink]<br/><br/>Thank you, Light and Lotus Yoga<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2224,'booking_email_new_visitor','a:13:{s:7:\"enabled\";s:2:\"On\";s:4:\"from\";s:23:\"ekow@esselwebdesign.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:11:\"New booking\";s:7:\"content\";s:174:\"Your reservation [bookingtype] for: [dates] is processing now! We will send confirmation by email. <br/><br/>[content]<br/><br/> Thank you, Light and Lotus Yoga<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2225,'booking_email_approved','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:23:\"ekow@esselwebdesign.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:23:\"ekow@esselwebdesign.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been approved\";s:7:\"content\";s:132:\"Your booking [bookingtype] for: [dates] has been approved.<br/><br/>[content]<br/><br/>Thank you, Light and Lotus Yoga<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2226,'booking_email_deleted','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:23:\"ekow@esselwebdesign.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:23:\"ekow@esselwebdesign.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:151:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Light and Lotus Yoga<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2227,'booking_email_deny','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:23:\"ekow@esselwebdesign.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:23:\"ekow@esselwebdesign.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:151:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Light and Lotus Yoga<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2228,'booking_email_trash','a:16:{s:7:\"enabled\";s:2:\"On\";s:13:\"copy_to_admin\";s:3:\"Off\";s:2:\"to\";s:23:\"ekow@esselwebdesign.com\";s:7:\"to_name\";s:14:\"Booking system\";s:4:\"from\";s:23:\"ekow@esselwebdesign.com\";s:9:\"from_name\";s:14:\"Booking system\";s:7:\"subject\";s:30:\"Your booking has been declined\";s:7:\"content\";s:151:\"Your booking [bookingtype] for: [dates] has been  canceled. <br/>[denyreason]<br/><br/>[content]<br/><br/>Thank you, Light and Lotus Yoga<br/>[siteurl]\";s:14:\"header_content\";s:0:\"\";s:14:\"footer_content\";s:0:\"\";s:13:\"template_file\";s:5:\"plain\";s:10:\"base_color\";s:7:\"#557da1\";s:16:\"background_color\";s:7:\"#f5f5f5\";s:10:\"body_color\";s:7:\"#fdfdfd\";s:10:\"text_color\";s:7:\"#505050\";s:18:\"email_content_type\";s:4:\"html\";}','yes'),(2229,'booking_form_structure_type','vertical','yes'),(2230,'booking_menu_go_pro','show','yes'),(2231,'booking_ics_force_import','Off','yes'),(2232,'booking_ics_force_trash_before_import','Off','yes'),(2233,'booking_form','<div class=\"wpbc_booking_form_structure wpbc_vertical\">\n  <div class=\"wpbc_structure_calendar\">\n    [calendar]\n  </div>\n  <div class=\"wpbc_structure_form\">\n     <p>First Name*:<br />[text* name]</p>\n     <p>Last Name*:<br />[text* secondname]</p>\n     <p>Email*:<br />[email* email]</p>\n     <p>Phone:<br />[text phone]</p>\n     <p>Details:<br />[textarea details]</p>\n     <p>[captcha]</p>\n     <p>[submit class:btn \"Send\"]</p>\n  </div>\n</div>\n<div class=\"wpbc_booking_form_footer\"></div>','yes'),(2234,'booking_form_show','<div style=\"text-align:left;word-wrap: break-word;\">\n  <strong>First Name</strong>: <span class=\"fieldvalue\">[name]</span><br/>\n  <strong>Last Name</strong>: <span class=\"fieldvalue\">[secondname]</span><br/>\n  <strong>Email</strong>: <span class=\"fieldvalue\">[email]</span><br/>\n  <strong>Phone</strong>: <span class=\"fieldvalue\">[phone]</span><br/>\n  <strong>Details</strong>: <span class=\"fieldvalue\">[details]</span><br/>\n</div>','yes'),(2235,'booking_form_visual','a:9:{i:0;a:2:{s:4:\"type\";s:8:\"calendar\";s:10:\"obligatory\";s:2:\"On\";}i:1;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:4:\"name\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:10:\"First Name\";}i:2;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:10:\"secondname\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:9:\"Last Name\";}i:3;a:6:{s:4:\"type\";s:5:\"email\";s:4:\"name\";s:5:\"email\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:5:\"Email\";}i:4;a:7:{s:4:\"type\";s:6:\"select\";s:4:\"name\";s:8:\"visitors\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:8:\"Visitors\";s:5:\"value\";s:7:\"1\n2\n3\n4\";}i:5;a:6:{s:4:\"type\";s:4:\"text\";s:4:\"name\";s:5:\"phone\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:5:\"Phone\";}i:6;a:6:{s:4:\"type\";s:8:\"textarea\";s:4:\"name\";s:7:\"details\";s:10:\"obligatory\";s:3:\"Off\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:3:\"Off\";s:5:\"label\";s:7:\"Details\";}i:7;a:6:{s:4:\"type\";s:7:\"captcha\";s:4:\"name\";s:7:\"captcha\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:3:\"Off\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:0:\"\";}i:8;a:6:{s:4:\"type\";s:6:\"submit\";s:4:\"name\";s:6:\"submit\";s:10:\"obligatory\";s:2:\"On\";s:6:\"active\";s:2:\"On\";s:8:\"required\";s:2:\"On\";s:5:\"label\";s:4:\"Send\";}}','yes'),(2236,'booking_gcal_feed','','yes'),(2237,'booking_gcal_events_from','month-start','yes'),(2238,'booking_gcal_events_from_offset','','yes'),(2239,'booking_gcal_events_from_offset_type','','yes'),(2240,'booking_gcal_events_until','any','yes'),(2241,'booking_gcal_events_until_offset','','yes'),(2242,'booking_gcal_events_until_offset_type','','yes'),(2243,'booking_gcal_events_max','25','yes'),(2244,'booking_gcal_api_key','','yes'),(2245,'booking_gcal_timezone','','yes'),(2246,'booking_gcal_is_send_email','Off','yes'),(2247,'booking_gcal_auto_import_is_active','Off','yes'),(2248,'booking_gcal_auto_import_time','24','yes'),(2249,'booking_gcal_events_form_fields','s:101:\"a:3:{s:5:\"title\";s:9:\"text^name\";s:11:\"description\";s:16:\"textarea^details\";s:5:\"where\";s:5:\"text^\";}\";','yes'),(2250,'booking_version_num','8.8.1','yes'),(2253,'widget_bookingwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2254,'booking_activation_redirect_for_version','8.8.1','yes'),(2579,'neve_logger_flag','no','yes'),(2604,'external_updates-bookings-and-appointments-for-woocommerce','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1627867230;s:14:\"checkedVersion\";s:5:\"1.2.3\";s:6:\"update\";O:8:\"stdClass\":10:{s:4:\"slug\";s:41:\"bookings-and-appointments-for-woocommerce\";s:7:\"version\";N;s:12:\"download_url\";s:89:\"https://bitbucket.org/pluginhive/bookings-and-appointments-for-woocommerce/get/master.zip\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";N;s:6:\"tested\";N;s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:82:\"bookings-and-appointments-for-woocommerce/ph-bookings-appointments-woocommerce.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p4_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','no'),(2762,'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:24:\"chelseabetts89@gmail.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:24:\"chelseabetts89@gmail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:3:\"yes\";}','yes'),(2822,'wbc_notices','a:1:{s:19:\"premium_advertising\";a:3:{s:7:\"message\";s:249:\"You\'re using a limited version of WooCommerce Bookings Calendar. For more features and better support, please <a href=\'https://lightandlotusyoga.com/wp-admin/admin.php?page=woo-bookings-calendar&amp;tab=tab-buy.php\'>consider the premium version</a>.\";s:4:\"type\";s:7:\"success\";s:11:\"dismissDays\";i:0;}}','yes'),(2838,'wbc_settings','a:12:{s:19:\"show_events_loading\";s:3:\"yes\";s:16:\"add_event_filter\";s:2:\"no\";s:16:\"customize_colors\";s:3:\"yes\";s:21:\"attach_in_single_page\";s:2:\"no\";s:17:\"disable_back_past\";s:2:\"no\";s:13:\"calendar_view\";a:3:{i:0;s:3:\"day\";i:1;s:4:\"week\";i:2;s:5:\"month\";}s:15:\"color_available\";s:7:\"#00cc29\";s:18:\"color_not_bookable\";s:7:\"#8c00ff\";s:16:\"when_unavailable\";s:13:\"show_readonly\";s:11:\"time_format\";s:5:\"HH:mm\";s:6:\"locale\";s:2:\"en\";s:19:\"calendar_start_date\";s:0:\"\";}','yes'),(2847,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:27:{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-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-payments/\";}i:14;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:15;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:16;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:17;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:18;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:19;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:20;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:21;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:22;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:23;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:24;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:25;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:26;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:1630284322;}','no'),(2852,'_transient_product-transient-version','1628174390','yes'),(2853,'product_cat_children','a:0:{}','yes'),(2887,'wceb_set_end_booking_status','automatic','yes'),(2927,'ph_booking_settings_calendar_color','a:6:{s:23:\"ph_calendar_month_color\";N;s:18:\"booking_full_color\";s:7:\"#ff3838\";s:19:\"selected_date_color\";s:7:\"#1daa34\";s:25:\"booking_info_wraper_color\";N;s:26:\"ph_calendar_weekdays_color\";N;s:22:\"ph_calendar_days_color\";N;}','yes'),(2990,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2998,'elementor_controls_usage','a:4:{s:7:\"section\";a:4:{s:6:\"spacer\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}}s:7:\"wp-page\";a:12:{s:6:\"spacer\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:2;s:16:\"_ob_spacerat_use\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:12;s:5:\"align\";i:12;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:10;s:22:\"typography_font_weight\";i:12;s:25:\"typography_text_transform\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:2;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:24;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:24;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:20;s:8:\"controls\";a:3:{s:5:\"style\";a:3:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:11;s:16:\"background_image\";i:8;s:19:\"background_position\";i:8;s:21:\"background_attachment\";i:6;s:15:\"background_size\";i:7;s:21:\"background_video_link\";i:1;s:25:\"background_play_on_mobile\";i:1;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:9;s:24:\"background_overlay_color\";i:9;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:3;s:12:\"border_color\";i:3;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:3:{s:6:\"layout\";i:5;s:15:\"stretch_section\";i:4;s:3:\"gap\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:5;}}}}s:15:\"elementskit-faq\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"ekit_faq_section_tab\";a:1:{s:22:\"ekit_faq_content_items\";i:1;}}}}s:11:\"google_maps\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:2;s:6:\"height\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:3;s:15:\"_padding_mobile\";i:2;s:15:\"_padding_tablet\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:2;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}}}s:24:\"premium-addon-fancy-text\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:26:\"premium_fancy_text_content\";a:3:{s:25:\"premium_fancy_prefix_text\";i:1;s:26:\"premium_fancy_text_strings\";i:1;s:25:\"premium_fancy_suffix_text\";i:1;}s:33:\"premium_fancy_additional_settings\";a:5:{s:29:\"premium_fancy_text_type_speed\";i:1;s:29:\"premium_fancy_text_back_speed\";i:1;s:30:\"premium_fancy_text_start_delay\";i:1;s:29:\"premium_fancy_text_back_delay\";i:1;s:30:\"premium_fancy_text_show_cursor\";i:1;}}s:5:\"style\";a:2:{s:28:\"premium_fancy_text_style_tab\";a:5:{s:24:\"premium_fancy_text_color\";i:1;s:32:\"fancy_text_typography_typography\";i:1;s:33:\"fancy_text_typography_font_family\";i:1;s:31:\"fancy_text_typography_font_size\";i:1;s:33:\"fancy_text_typography_font_weight\";i:1;}s:31:\"premium_prefix_suffix_style_tab\";a:5:{s:32:\"premium_prefix_suffix_text_color\";i:1;s:35:\"prefix_suffix_typography_typography\";i:1;s:36:\"prefix_suffix_typography_font_family\";i:1;s:34:\"prefix_suffix_typography_font_size\";i:1;s:36:\"prefix_suffix_typography_font_weight\";i:1;}}}}s:26:\"elementskit-business-hours\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:24:\"ekit_btn_section_content\";a:1:{s:26:\"ekit_business_openday_list\";i:1;}}}}}s:7:\"wp-post\";a:12:{s:7:\"heading\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:4;s:5:\"align\";i:3;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:11:\"title_color\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:20:\"typography_font_size\";i:3;s:25:\"typography_text_transform\";i:3;s:27:\"typography_font_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:11;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:19:\"border_width_mobile\";i:2;s:12:\"border_color\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}s:14:\"section_layout\";a:3:{s:15:\"stretch_section\";i:2;s:6:\"layout\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:7:\"divider\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:3;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}}}s:9:\"copyright\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:9:\"shortcode\";i:1;s:5:\"align\";i:1;s:11:\"title_color\";i:1;}}}}s:8:\"icon-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"shape\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:6:{s:13:\"primary_color\";i:2;s:15:\"secondary_color\";i:2;s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:15:\"hover_animation\";i:2;}s:21:\"section_style_content\";a:8:{s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:32:\"description_typography_font_size\";i:2;s:26:\"content_vertical_alignment\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"align\";i:1;s:5:\"image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:15:\"navigation-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:4:{s:23:\"section_style_main-menu\";a:9:{s:14:\"menu_row_space\";i:1;s:7:\"pointer\";i:1;s:14:\"animation_line\";i:1;s:14:\"animation_text\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;}s:22:\"section_style_dropdown\";a:2:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;}s:12:\"style_toggle\";a:2:{s:23:\"toggle_background_color\";i:1;s:18:\"toggle_size_mobile\";i:1;}s:12:\"style_button\";a:4:{s:14:\"all_text_color\";i:1;s:31:\"all_background_color_background\";i:1;s:26:\"all_background_color_color\";i:1;s:17:\"all_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:11:\"_element_id\";i:1;}}s:7:\"content\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"navmenu_align\";i:1;}s:12:\"section_menu\";a:1:{s:14:\"menu_last_item\";i:1;}}}}}s:4:\"page\";a:5:{s:8:\"icon-box\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"shape\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:5:{s:13:\"primary_color\";i:2;s:15:\"secondary_color\";i:2;s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;}s:21:\"section_style_content\";a:8:{s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:32:\"description_typography_font_size\";i:2;s:26:\"content_vertical_alignment\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:19:\"border_width_mobile\";i:2;s:12:\"border_color\";i:2;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:15:\"navigation-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:12:\"section_menu\";a:1:{s:4:\"menu\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"navmenu_align\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:9:{s:14:\"menu_row_space\";i:1;s:7:\"pointer\";i:1;s:14:\"animation_line\";i:1;s:14:\"animation_text\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;}s:22:\"section_style_dropdown\";a:2:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;}s:12:\"style_toggle\";a:2:{s:23:\"toggle_background_color\";i:1;s:18:\"toggle_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:11:\"_element_id\";i:1;}}}}}}','no'),(3000,'elementor_1_elementor_updater_batch_5ebfb61704445fd9fdaf566b0774','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'),(3084,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(3134,'wp_force_deactivated_plugins','a:0:{}','yes'),(3165,'sbi_statuses','a:5:{s:8:\"database\";a:1:{s:14:\"hashtag_column\";b:1;}s:13:\"first_install\";i:1627259554;s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:1;}s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1638550204;s:11:\"initialized\";i:1627260559;}s:23:\"rating_notice_dismissed\";i:1630287223;}','yes'),(3166,'sbi_usage_tracking','a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}','yes'),(3167,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3168,'sbi_usage_tracking_config','a:6:{s:3:\"day\";i:2;s:4:\"hour\";i:20;s:6:\"minute\";i:49;s:6:\"second\";i:41;s:6:\"offset\";i:247781;s:8:\"initsend\";i:1627418981;}','yes'),(3171,'sbi_rating_notice','dismissed','no'),(3172,'sbi_db_version','1.9','yes'),(3173,'sb_instagram_errors','a:8:{s:10:\"connection\";a:4:{s:8:\"error_id\";i:190;s:8:\"critical\";b:0;s:7:\"post_id\";i:22;s:13:\"error_message\";a:5:{s:13:\"error_message\";s:50:\"There has been a problem with your Instagram Feed.\";s:10:\"admin_only\";s:176:\"API error 190: Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.\";s:19:\"frontend_directions\";s:141:\"<a href=\"https://smashballoon.com/instagram-feed/docs/errors/#190\" target=\"_blank\" rel=\"noopener\">Directions on how to resolve this issue</a>\";s:18:\"backend_directions\";s:0:\"\";s:4:\"time\";i:1645122567;}}s:7:\"hashtag\";a:0:{}s:8:\"resizing\";a:0:{}s:15:\"database_create\";a:0:{}s:10:\"upload_dir\";a:0:{}s:8:\"accounts\";a:1:{i:17841407412039342;a:1:{s:3:\"api\";a:2:{s:5:\"error\";a:4:{s:7:\"message\";s:161:\"Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.\";s:4:\"type\";s:14:\"OAuthException\";s:4:\"code\";i:190;s:10:\"fbtrace_id\";s:23:\"AUuSDRU227B0dokTvpqFRSC\";}s:10:\"clear_time\";i:1645122747;}}}s:9:\"error_log\";a:10:{i:2;s:96:\"09-22 19:38:49 - API error 2: An unexpected error has occurred. Please retry your request later.\";i:3;s:515:\"10-04 16:06:07 - Error connecting to https://graph.instagram.com/17841407412039342/media?fields=media_url,thumbnail_url,caption,id,media_type,timestamp,username,comments_count,like_count,permalink,children%7Bmedia_url,id,media_type,timestamp,permalink,thumbnail_url%7D&limit=80&access_token=IGQVJYTHB1UkdGWnNNbWdYU3N0d2NHODl6ZATk1eDk5ZAWpCbEtZAaHNlUnJVOEx4anRSS1dWSF9VNWlXaWhzcDBYOEVQZAElISmZA0Q0NIdXNzNWxHeUthRE10OTdXR181bFdsMjM1dENB. http_request_failed - cURL error 6: Could not resolve host: graph.instagram.com\";i:4;s:515:\"10-04 17:11:05 - Error connecting to https://graph.instagram.com/17841407412039342/media?fields=media_url,thumbnail_url,caption,id,media_type,timestamp,username,comments_count,like_count,permalink,children%7Bmedia_url,id,media_type,timestamp,permalink,thumbnail_url%7D&limit=80&access_token=IGQVJYTHB1UkdGWnNNbWdYU3N0d2NHODl6ZATk1eDk5ZAWpCbEtZAaHNlUnJVOEx4anRSS1dWSF9VNWlXaWhzcDBYOEVQZAElISmZA0Q0NIdXNzNWxHeUthRE10OTdXR181bFdsMjM1dENB. http_request_failed - cURL error 6: Could not resolve host: graph.instagram.com\";i:5;s:515:\"10-04 17:11:09 - Error connecting to https://graph.instagram.com/17841407412039342/media?fields=media_url,thumbnail_url,caption,id,media_type,timestamp,username,comments_count,like_count,permalink,children%7Bmedia_url,id,media_type,timestamp,permalink,thumbnail_url%7D&limit=80&access_token=IGQVJYTHB1UkdGWnNNbWdYU3N0d2NHODl6ZATk1eDk5ZAWpCbEtZAaHNlUnJVOEx4anRSS1dWSF9VNWlXaWhzcDBYOEVQZAElISmZA0Q0NIdXNzNWxHeUthRE10OTdXR181bFdsMjM1dENB. http_request_failed - cURL error 6: Could not resolve host: graph.instagram.com\";i:6;s:515:\"10-04 19:04:39 - Error connecting to https://graph.instagram.com/17841407412039342/media?fields=media_url,thumbnail_url,caption,id,media_type,timestamp,username,comments_count,like_count,permalink,children%7Bmedia_url,id,media_type,timestamp,permalink,thumbnail_url%7D&limit=80&access_token=IGQVJYTHB1UkdGWnNNbWdYU3N0d2NHODl6ZATk1eDk5ZAWpCbEtZAaHNlUnJVOEx4anRSS1dWSF9VNWlXaWhzcDBYOEVQZAElISmZA0Q0NIdXNzNWxHeUthRE10OTdXR181bFdsMjM1dENB. http_request_failed - cURL error 6: Could not resolve host: graph.instagram.com\";i:7;s:515:\"10-04 19:53:02 - Error connecting to https://graph.instagram.com/17841407412039342/media?fields=media_url,thumbnail_url,caption,id,media_type,timestamp,username,comments_count,like_count,permalink,children%7Bmedia_url,id,media_type,timestamp,permalink,thumbnail_url%7D&limit=80&access_token=IGQVJYTHB1UkdGWnNNbWdYU3N0d2NHODl6ZATk1eDk5ZAWpCbEtZAaHNlUnJVOEx4anRSS1dWSF9VNWlXaWhzcDBYOEVQZAElISmZA0Q0NIdXNzNWxHeUthRE10OTdXR181bFdsMjM1dENB. http_request_failed - cURL error 6: Could not resolve host: graph.instagram.com\";i:8;s:96:\"10-07 14:15:42 - API error 2: An unexpected error has occurred. Please retry your request later.\";i:9;s:96:\"10-08 18:38:57 - API error 2: An unexpected error has occurred. Please retry your request later.\";i:10;s:96:\"10-08 19:35:25 - API error 2: An unexpected error has occurred. Please retry your request later.\";i:11;s:193:\"02-17 18:29:27 - API error 190: Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.\";}s:10:\"action_log\";a:10:{i:2;s:67:\"09-02 18:07:41 - Cleared connected account error lightandlotusyoga.\";i:3;s:42:\"09-02 20:36:33 - Cleared connection error.\";i:4;s:67:\"09-02 20:36:33 - Cleared connected account error lightandlotusyoga.\";i:5;s:42:\"09-22 19:53:01 - Cleared connection error.\";i:6;s:67:\"09-22 19:53:01 - Cleared connected account error lightandlotusyoga.\";i:7;s:42:\"10-04 21:53:03 - Cleared connection error.\";i:8;s:42:\"10-07 19:33:05 - Cleared connection error.\";i:9;s:67:\"10-07 19:33:05 - Cleared connected account error lightandlotusyoga.\";i:10;s:42:\"10-08 19:47:36 - Cleared connection error.\";i:11;s:67:\"10-08 19:47:36 - Cleared connected account error lightandlotusyoga.\";}}','no'),(3175,'sbi_notifications','a:4:{s:6:\"update\";i:1631114277;s:4:\"feed\";a:1:{i:0;a:9:{s:5:\"title\";s:52:\"Get 60% off Pro for a limited time, and plant trees!\";s:7:\"content\";s:216:\"Thanks for using our free {plugin} plugin. For this week only, get a huge <strong>60% off</strong> the Pro version! A portion of all sales will go to the One Tree Planted charity to help plant trees around the world.\";s:5:\"image\";s:7:\"balloon\";s:4:\"type\";a:1:{i:0;s:4:\"free\";}s:7:\"plugins\";a:4:{i:0;s:9:\"instagram\";i:1;s:8:\"facebook\";i:2;s:7:\"twitter\";i:3;s:7:\"youtube\";}s:2:\"id\";i:4;s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:3:\"url\";s:106:\"https://smashballoon.com/sale/?utm_campaign={campaign}&utm_source=dashboard-notices&utm_medium=sep2021sale\";s:4:\"text\";s:15:\"Get this offer!\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:2:{s:3:\"url\";a:1:{s:7:\"dismiss\";s:11:\"sep2021sale\";}s:4:\"text\";s:18:\"I\'m not interested\";}}s:5:\"start\";s:19:\"2021-09-06 00:00:00\";s:3:\"end\";s:19:\"2021-09-10 23:59:59\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(3176,'sbi_newuser_notifications','a:4:{s:6:\"update\";i:1627259556;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:22:\"Could you help us out?\";s:7:\"content\";s:273:\"It\'s great to see that you\'ve been using the <strong><span>{plugin}</span></strong> plugin for a while now. Hopefully you\'re happy with it!&nbsp; If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:31:\"sbi_notice_dismiss sbi_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:221:\"<strong><span>Exclusive offer!</span></strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong><span>{amount} off</span></strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(3177,'sb_instagram_settings','a:56:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";a:1:{i:0;s:17:\"17841407412039342\";}s:30:\"sb_instagram_preserve_settings\";s:0:\"\";s:23:\"sb_instagram_cache_time\";i:1;s:28:\"sb_instagram_cache_time_unit\";s:5:\"hours\";s:16:\"sbi_caching_type\";s:4:\"page\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";s:3:\"100\";s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";b:0;s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";s:2:\"20\";s:24:\"sb_instagram_height_unit\";s:0:\"\";s:17:\"sb_instagram_cols\";s:1:\"4\";s:27:\"sb_instagram_disable_mobile\";b:0;s:26:\"sb_instagram_image_padding\";s:1:\"5\";s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";b:1;s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:12:\"Load More...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:24:\"sb_instagram_show_header\";b:1;s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:23:\"sb_instagram_custom_bio\";s:0:\"\";s:26:\"sb_instagram_custom_avatar\";s:0:\"\";s:28:\"sb_instagram_show_follow_btn\";b:1;s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:19:\"Follow on Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";b:1;s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:23:\"sb_instagram_ajax_theme\";b:0;s:4:\"gdpr\";s:4:\"auto\";s:27:\"sb_instagram_disable_resize\";b:0;s:24:\"sb_instagram_favor_local\";b:1;s:19:\"sb_instagram_minnum\";i:0;s:24:\"disable_js_image_loading\";b:0;s:18:\"enqueue_js_in_head\";b:0;s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:15:\"custom_template\";b:0;s:20:\"disable_admin_notice\";b:0;s:19:\"enable_email_report\";s:2:\"on\";s:18:\"email_notification\";s:6:\"monday\";s:28:\"email_notification_addresses\";s:23:\"ekow@esselwebdesign.com\";s:28:\"sb_instagram_disable_awesome\";b:0;s:18:\"connected_accounts\";a:1:{i:17841407412039342;a:11:{s:12:\"access_token\";s:141:\"IGQVJVMXJwNnAzazZAvRmJkQWhvTFJBUmhFcEVzeEd6SDluZA3R4LWtvVk9SaE1IM3BNcUd5OWVpZAmY3cktxdVo4aVdSVDJicUtJRGFDQ0M2YUtWWkVvNklSUDRnT3lKTDd0QUotNXJB\";s:7:\"user_id\";s:17:\"17841407412039342\";s:8:\"username\";s:17:\"lightandlotusyoga\";s:8:\"is_valid\";b:1;s:12:\"last_checked\";i:1627259789;s:17:\"expires_timestamp\";i:1644921882;s:15:\"profile_picture\";s:0:\"\";s:12:\"account_type\";s:8:\"personal\";s:4:\"type\";s:5:\"basic\";s:12:\"local_avatar\";b:0;s:20:\"last_refresh_attempt\";i:1645122567;}}}','yes'),(3198,'!sbi_17841407412039342#20','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/269723853_2664243503871686_452286703590558610_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=8yukVfbIMq0AX9oH1ir&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8k1dLqNPwNnrh_senUyHt_W_r_tD0zKqPBancb4sv47g&oe=61C5FD7E\",\"caption\":\"Lol! Christmas 2019 I received a yoga mat, the yoga pants and short that are pictured, and the yoga socks on my feet. \\n\\nAlso Christmas 2019, I decided to pose as a \\\"Christmas\\\" tree in front of the gifts that still needed wrapping for my children  and Tom Holland was impressed! \\ud83d\\ude05\\n\\nJust FYI, those yoga socks do NOT help the slip and slide. Lol! I eventually learned that the type of mat you use makes a huge difference! \\n\\nIn this pic I had actually received an \\\"upgrade\\\" from the very thing GAIM mat that allowed me to slip and hurt my knees! \\n\\nTHEN I found out that this mat was good for my knees and had a little less slip, but just a tad to thick and squishy for balance poses. \\n\\nSo I eventually added the B Mat to my collection and its been the best investment for me... I say investment because, it was a little more costly than the others. \\ud83d\\ude43 But so worth it! \\n\\nWhat mat do you use??\",\"id\":\"17930154193912137\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-20T14:51:14+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXtWpSmLY-b\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/246508719_1241417679705974_4735613977461930355_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ZWHMciMo-eMAX9xkzDY&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-Ti7O-h4S484Y96uB03RcM5XeYsAu7k5ShbBwl0opJlw&oe=61C6D841\",\"caption\":\"If you\'re not ending your night with a lavender eye pillow, you\'re not doing it right... lol! J\\/k as long as its your peaceful preference, you\'re doing great! \\n\\nBut before I turn in, I just wanted to tell you that I led a private yoga session today with a 95 yr old woman... 95! And today was her FIRST time doing yoga, EVER! \\ud83e\\udd2f\\n\\nTalk about putting the pressure on. \\ud83d\\ude43 Anyway, I told her \\\"there\'s a first time for everything\\\" and in response she said... \\\"it\'s never too late for anything!\\\" \\n\\nSo um... if you wanna try yoga I\'d be honored to be your first instructor, its never too late! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18188552179124798\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-19T03:13:12+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVMdebYNg-5\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/263141356_301012281897957_9183109553559749439_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=2FyYiaU4YscAX_kD8mv&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8WZPmZ8Zcqn9BmrJsp_sTEMcEHDEzwXBHSzv3EYTw2GQ&oe=61C5EB02\",\"caption\":\"Who wouldn\'t want to practice in this beautiful space! \\ud83d\\ude0d\",\"id\":\"17957016502555923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-03T17:23:45+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXB2lelLIGZ\\/\"},{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/240754969_216720507094596_8286926119387400311_n.mp4?_nc_cat=108&vs=17928724822725885_4009230630&_nc_vs=HBkcFQAYJEdCbWhXUTVFUnRjc0c4VUFBSGNJLWtsbUV3Rnpia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJtqy1KT8zrk%2FFQIoAkMzLBdAFCHKwIMSbxgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=VEANaRQjRRgAX-TRR1f&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8NecSsJFtcm4_HlpaXj9WuFHS7d5mdSl07oQ6m5mY6Lw&oe=61C1F7D7&_nc_rid=94eab42bd4\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240742580_122036276832205_2434391556172182860_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Eh7eeGRQSlAAX_diRKa&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_TiSzIampmc_Ax7wXbHErPRSFxY8PAnVhVCt0UG2EfyA&oe=61C6B8F1\",\"caption\":\"\\u2757\\u2757\\u2757!!New Class!!\\u2757\\u2757\\u2757\\n\\nNow at Otter Creek HOA \\n\\nMondays @ 6 P.M. \\ud83e\\udd73 (new)\\n\\nIn addition to \\n\\nFridays @ 1 P.M. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f (existing)\\n\\nOC HOA members have priority when signing up, however the class is open to the public. Call Karen at the office to sign up! \\ud83d\\udcdd 455-2500\\n\\nI\'m excited to be able to bring an offering that may fit more people\'s availability! I am also passionate about meeting people\'s needs. So if you have any requests or reasons you may not be able to attend, please let me know! \\n\\nI personally have always had to juggle work and kids to get to whats best for me, we can make it work! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17897029367148730\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-08-26T14:01:04+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTCkrvCn96B\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/229747686_111285891185030_8256255982159567692_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=a_s1MRFeeZkAX99L72f&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9UWd8Z2o0vVpa-wj2-h9XY5HfLXvWHn7aD265VNGhzBA&oe=61C6C86E\",\"caption\":\"I\'ll play catch up in the afternoon! Join me in this challenge?? \\ud83e\\udd17\\n\\n#Repost @nicolewindleyoga @download.ins\\n---\\n\\ud83e\\uddd8\\ud83c\\udffd\\u200d\\u2640\\ufe0fBreathe Through It Challenge\\ud83e\\uddd8\\ud83c\\udfff\\u200d\\u2640\\ufe0f\\u2063\\u2063\\u2063\\u2063\\n\\nJoin us for our #SOYBreatheThroughIt Challenge! August 2 - 7th.\\n\\u2063\\u2063\\u2063\\u2063\\nAre you aware of your breath and how it changes throughout your day? Are you holding your breath when tense, or breathing irregularly when stressed? This challenge will teach you breathing techniques that will help you to re-center yourself, calm your mind, and revitalize your body\\ud83d\\udcab\\n\\n\\u2600\\ufe0fDAY\\/BREATH\\/HOST\\u2600\\ufe0f\\u2063\\u2063\\u2063\\n1\\ufe0f\\u20e3 Ujjayi Breath - @nicolewindleyoga\\n2\\ufe0f\\u20e3 Nadi Sodhana - @liveinpeaceyoga\\n3\\ufe0f\\u20e3 Bellow\\u2019s Breath - @walkwithree\\n4\\ufe0f\\u20e3 Breath of Fire - @nicolewindleyoga\\n5\\ufe0f\\u20e3 3-part Breath - @liveinpeaceyoga\\n6\\ufe0f\\u20e3 Viloma Breath- @walkwithree\\n1 winner will be chosen for a gift from @sistersofyoga!\\n\\u2063\\u2063\\u2063\\n\\ud83d\\udc97HOW TO PLAY\\ud83d\\udc97\\u2063\\u2063\\u2063\\n1. Repost flyer \\u2063\\u2063\\u2063\\n2. Follow @SistersOfYoga + ALL hosts\\u2063\\u2063\\u2063 \\n3. Post daily using Hashtag #SOYBreatheThroughIt @Sistersofyoga + all host in every post so we can see your lovely photos\\u2063\\u2063\\u2063 & videos.\\n4. Tag your sisters in this post so they can join too!\\u2063\\u2063\\u2063\",\"id\":\"17877108071425356\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-03T05:33:02+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSGcRTsL_rr\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241145473_221947916560854_1132353466068241492_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=J4tgPl8wbZkAX-ZeJ5S&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8HYCxugRpzbjOvqZ1VdCT6ZsuZCLgwVwsaTjA5Kd6BZA&oe=61C61E39\",\"caption\":\"Affirmation today...\\n\\n\\\"In this season everything for me comes easily and effortlessly.\\\"\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17932087264656246\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-01T13:41:02+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTR_K12rzhx\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/233608464_438290967218171_6059387430339791846_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=sejsJape0KgAX8TZA6s&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_NRBJ35l1ssiwmcBAVcyzNSW142_aMxhYBXlsq4OZ6Tw&oe=61C66784\",\"caption\":\"Back to masking at the studio! Thankful for our manager moving to protect us as instructors and our clients for graciously complying and understanding! \\ud83e\\udd70\\ud83d\\ude37\\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\",\"id\":\"17888830961269099\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-07T15:29:39+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSRzulcrzut\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240890604_559413568830263_8816734172020495197_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=iNKu_cH_YCsAX9jMvDg&_nc_oc=AQkdqWCxDNIwOqMSZ3tozN47bXaZQ02KtmpeUfwglr73CLtweuMvOycpMcXIZureaWU&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_5lDpr29dGe55iOap_CtvcRU3WHNGx1P73ySDdK9qXbw&oe=61C5A7A6\",\"caption\":\"Received this from a friend this morning.. and I agree, Tuesday is a great day to be the extraordinary being you were created to be.\\n\\nTake a deep breath, set your intentions, and move forward. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17909058998039344\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-31T14:23:24+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTPfOQuLjie\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241120210_592484518437272_3973458297084188967_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=vVisqTvstsEAX8VmURZ&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8dzkj6keansZwGjAegwHZxILZFFjoKmKLhjStHHuD5KQ&oe=61C5C4A2\",\"caption\":\"Love getting to participate in @CALS events, looking forward to this year! \\n\\nCan\'t wait ro read this book to my girls! \\n\\n\\\"From Cotton To Silk: The Magic of Black Hair\\\" \\u2728 - @ccmercertoo \\ud83e\\udd70\\n@mercertextilemercantile\\n\\n#sixbridgesbookfestival #blackgirlmagic #literacymatters\",\"id\":\"18099924658269209\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-31T22:06:13+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTQUMEXrPBv\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/257558845_588440849149979_1166592303080032097_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Z7Y8OkZY-Q8AX9BOWc8&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9aBYDnNmG7fIZJaDZzyRGJ_WdMx_lghFVUvLEFJF2nhw&oe=61C636E0\",\"id\":\"17902492520222125\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:39:22+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmuqvN2aD\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/242624065_1189612698218434_4810146897016587588_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ix2kSp4A9mgAX-hH9ok&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9LDhCGIbr-nDzx2fNB_ctSqWKX7J64BZKUu22aLRf5gw&oe=61C552E7\",\"caption\":\"Registration is currently open!\\n\\n 2 spots left for Monday 4:30! \\n\\n5 spots left for Tuesday 5:00 p.m.!\\n\\nSee original post for more details, and\\/or contact me via:\\n\\nDirect Message - IG or FB\\nEmail: LightandLotusyoga@gmail.com\\nPhone: 501-301-0598\\n\\nPlease share this post and opportunity for others who may be interested! \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18170747560085632\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-23T14:40:10+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUKvbQbLrWT\\/\"},{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/240668557_385478412938287_4711075713262549993_n.mp4?_nc_cat=104&vs=17915441227904954_1115480832&_nc_vs=HBkcFQAYJEdJMVBXQTR2TE44dmwxNEJBT243XzU1bUdtRkJia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJoDV7pHZktc%2FFQIoAkMzLBdAFCHKwIMSbxgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=0ukJNsCCw40AX-RKqpc&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-caAu1p3O_IqsfZ-lx6tlBFtgq8V8Wz8wNEJA8wmap8Q&oe=61C1D1B2&_nc_rid=1e684f2023\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240648222_371737331293527_862757477543245099_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ID4kNgSH4MMAX9qwubT&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT90qHQVWxOMO7K0RKFjl0Y8Mi27H1R-xZLmmrvDoWwU7A&oe=61C71939\",\"caption\":\"I trust and believe there is room and opportunity for everyone in every space they\'re meant to be in. \\ud83d\\ude4c\\ud83c\\udffe\\n\\nI will always give when I can, share what I can, and hold space for others however I can. \\ud83d\\udc4c\\ud83c\\udffe\\n\\nYou can expect to see several opportunities to teach and\\/or practice yoga here on my social media whether they are my offerings or not. \\n\\nIt is my goal to provide anyone who crosses my path the most opportunity to receive whats for them, in order for that to happen something has to be given. \\n \\nThis is my offering today, and more to come! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a \\n\\nMessage me for details on who to contact!\",\"id\":\"17845484087639559\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-08-23T20:44:46+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS7kf4inx2_\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/263004081_3041427576126068_4029188176651790833_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=QkPQwdtWPq4AX9TbQ4j&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT90PtOrrsgfuuoT54QThVoU9KagEe-Ij_w15uGDVGSAjw&oe=61C736C9\",\"caption\":\"Its always a gift and a pleasure to get to practice with @taneshayoga\\n\\ud83e\\udd70 She both inspires and encourages my practice in so many ways!  Follow her page and check out her most recent video. Incorporating blocks in every practice is a goal of mine, so she took the time to show me how she teaches and practices with hers. \\ud83e\\udd17\\n\\n#Repost @taneshayoga @download.ins\\n---\\nI\\u2019ve added more classes to my YouTube page.  Please note, these are NOT professional quality videos.  BUT, if you can\\u2019t make an in person class, I hope you find a video that works for you. During the holidays, we all need a little more yoga! Check out the new 30 minute morning sequence and yoga with blocks sequence with @lightandlotusyoga \\ud83d\\udc9a\",\"id\":\"17890189292457378\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-02T23:50:19+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW_-B3tLEKH\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/218345920_1040975199771030_7224337519360626527_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Rr8urN78pcEAX8sw9P5&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-SRSsi2WlNz9-ziNIOWPiJFiVnI_kNA9bghsC0RXLLLg&oe=61C60FCD\",\"caption\":\"I rarely get to practice yoga myself these days, so I took the opportunity to join a \\\"Peak Pose\\\" class that kicked my butt... and honestly it shouldn\'t have. \\ud83d\\ude05 But alas, we show up to practice, not to find perfection. \\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f \\n\\nAnyway, I immediately drove over to @monroehub to grab a tea to recharge, trying the Pomegranate Plunge today! It is \\ud83d\\udc4c\\ud83c\\udfff\\ud83d\\udc4c\\ud83c\\udfff\\ud83d\\udc4c\\ud83c\\udfff\\u2757 \\n\\nStop by and see @byhannahmonroe and take a look at the details of the \\\"You Are Here...\\\" series flyer while you\'re at it! We\'ll be hostinf it in this very space! \\ud83e\\udd17\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17909915806938313\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-20T15:05:40+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRjarF2IdZX\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/217270252_511644330068498_6175354426134764519_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=zi3HbWslZxAAX9nQgoL&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-hMbPALaxK6E27v1Wjac1h7kcvYkWKWQej288eNPDxcA&oe=61C685A6\",\"caption\":\"\\u2757\\u2757Here\'s the BIG NEWS!!! \\u2757\\u2757\\n\\nIn celebration of launching the newest yoga offering by @lightandlotusyoga we have a GIVEAWAY!!! \\n\\n\\\"You Are Here..\\\" is a 4 week step by step guide to a beginner\'s yoga class. This series will be focused on allowing you to gain clarity and confidence in your knowledge of studio etiquette, pose names and their alignment according to YOUR body, breath work, and so much more! Spots are limited due to the intention of being able to spend more time assisting individuals. Contact me via: \\nDirect Message \\nemail: LightandLotusyoga@gmail.com \\nphone: 501-301- 0598 \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a \\n\\n\\ud83e\\udd73As for the Giveaway, the prize is:\\n*1 standard Yoga Mat\\n*1 set of Yoga Blocks\\n*1 Yoga Mat Carrier \\n*1 Gift Certificate for a Shake & Tea Combo from @monroehub\\n\\nRules:\\nLike and Share IG post to Story\\nTag a friend or two! \\n\\nWinner will be announced July 31st!\\n\\nHappy winnings! \\ud83e\\udd17\",\"id\":\"17931134188576492\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-12T21:21:27+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRPfUe1LvhT\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/217270252_511644330068498_6175354426134764519_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=zi3HbWslZxAAX9nQgoL&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-hMbPALaxK6E27v1Wjac1h7kcvYkWKWQej288eNPDxcA&oe=61C685A6\",\"id\":\"18001099975341490\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T21:21:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRPfUa-rJKM\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/211859498_345963623827042_153806622746153005_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Nb1o4as0ZecAX8cQXfN&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8JvGJGDhKHX8rJZt_TdoAyiWL5wtotQFQFJ9DNnk_HLg&oe=61C71440\",\"id\":\"17942751949524722\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T21:21:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRPfUbUrBso\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/244025242_977691549446875_7774884376815134421_n.webp.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=HwVV21who9oAX8HX75m&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9LXU2xgd_70LhvfLtXZfXrUJTuXwkrfn0viSXuiYFlpg&oe=61C63BC2\",\"caption\":\"Caught my little one taking a second to center herself... before gleefully leaping off of the  couch. Lol! \\n\\nWhats your little\'s favorite yoga practice???\",\"id\":\"17894548250274623\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-29T22:27:56+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUbBughLoPi\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/244636065_1269765173465738_3358085465491045009_n.webp.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=GjyUie1VVWMAX9jrP6H&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_K_vrHkxhwXicPVlnJ1-jQVwG3x4AFZPxqgPAIBH6qcQ&oe=61C5626C\",\"caption\":\"My friend Lydia @loveyogalr has two spots open for this retreat! She has two people have to back out, so getting in on this trip is a treat! Make sure you reach out to @lydiadelsol for details!\\n\\nI wish I could go personally! \\ud83e\\udd17\",\"id\":\"18133429126238530\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-06T13:56:41+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUsIyG6LpVA\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/269785326_601896924419123_1691021328118781042_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=4q9A3FLP0scAX_pteVs&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_BgOG-t6ULFW6BcXjwHmim79G2xIDUAd1f4KSU6UVUqQ&oe=61C5FB69\",\"caption\":\"\\ud83d\\udcd6 Story Time\\n\\ud83e\\uded6Tea Time\\n\\ud83d\\ude34 Nap Time\\n\\nAnyone else have a variety of events taking place on their mat besides yoga?? Lol!\",\"id\":\"18018725554353967\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-12-20T22:05:25+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXuIVW_rosd\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/269785326_601896924419123_1691021328118781042_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=4q9A3FLP0scAX_pteVs&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_BgOG-t6ULFW6BcXjwHmim79G2xIDUAd1f4KSU6UVUqQ&oe=61C5FB69\",\"id\":\"18182269792081247\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-20T22:05:25+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXuIVTWrWwe\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/269599996_214420004212262_2792119409523954991_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=6M8pnUwkHc0AX8PUnV7&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9JC9O7HFixSrgktEaAvfiF79cev2-etfKJyQiQ2JExDQ&oe=61C5D4C2\",\"id\":\"17916501953167018\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-20T22:05:25+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXuIVTWLmQE\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/269837914_134384912327935_8427297888871514218_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=n3KSm9ByshYAX_y_lnG&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT81E27iyELMAgqw0WS7fat6mpRB4w3Q1d5AteRlpoyT9w&oe=61C554E6\",\"id\":\"17849783783674322\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-20T22:05:25+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXuIVTLLmt8\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240404594_383901636662622_6811775241103251809_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=VRZhaBTSaIkAX9XOzXC&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9OgSN0OLINCG4esQRutRxkIGjiLXCqtvGUKZ3GXdj_ew&oe=61C688D2\",\"caption\":\"Got a chance to join Sunset Yoga with @psluvmimi this evening... \\n\\nTell me your amethyst is serious about doing its job without telling me, its serious about doing its job. Lol! \\n\\nCrystals in my hair \\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\ud83d\\udd2e\",\"id\":\"17888470484378676\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-08-24T03:13:13+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS8Q9p4Nob6\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240404594_383901636662622_6811775241103251809_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=VRZhaBTSaIkAX9XOzXC&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9OgSN0OLINCG4esQRutRxkIGjiLXCqtvGUKZ3GXdj_ew&oe=61C688D2\",\"id\":\"17892808799231643\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-24T03:13:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS8Q9m3tfpg\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240396612_388467135967450_5099485180999285455_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=p-Un8B-bVWQAX-IrGiG&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9ia_-oFw0ORp16YU1EhzA12FQA8dVqhFW9QsK_5Lcrtw&oe=61C636AE\",\"id\":\"18141229513201809\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-24T03:13:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS8Q9m5N5qm\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240392681_876981853236684_498458256437305740_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=JU53Fsw_kJAAX82sQGC&_nc_oc=AQnGbb5UCG-tmAQ_q4BDiLyOEK8NIlpQ2VhqwEbCjSjxMVZdUCQVdd3Br5ox0JYL2qw&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8fkPBb8xwEferxBYh3zu529js_rY7tKZbvYpX0Q4eBGw&oe=61C6610B\",\"id\":\"18179691814131270\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-24T03:13:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS8Q9m9tGoS\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/220157840_505740827174952_1804389172169630299_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=4SlFLohLFYcAX_Y0Ysa&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8AweMvee4iXq7-rnYaFTzC0Iavbq6BOxNRaybtdpNIsA&oe=61C5BD55\",\"caption\":\"#repost @moonomens \\n\\nI saw this shared on my dear friend @psluvmimi \'s story... it struck a chord with me because I have been feeling that this is a season of release, not just for me, but for others as well... \\ud83c\\udf2c\\n\\nI messaged her to let her know that I\'ve literally been sharing this sense while inviting my students to set their intentions over the past few days. She suggested that this is confirmation, and I believe it to be true... \\n\\nLet this be the permission you\'re seeking to let go, release what no longer serves you, put down the burdens you carry that don\'t belong to you, let go of the fear and self-doubt you\'ve been holding on to. That thing you\'ve been clinging to for so long for the sake of security, let it go... Release. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17920305550779863\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-19T23:09:47+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRhtR_Qr_X6\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240392194_4710447589068926_5332712348432366665_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=oPbaa-V4BtoAX-xnqSV&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8CkxjaZoRFuZshwGi9Ah0nKRmwc0986Djwls-f4WCf5w&oe=61C6F794\",\"caption\":\"One Spot open today for 10:30 a.m. at WLR! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17844286418641278\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-21T14:23:09+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS1vPsir3qE\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/257554196_205946481661109_5368481346154763207_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Spp_QTpMDkQAX8KJehA&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9Ke-QdzOnfZ5biFydlgNBJZ2NBRhGoBfw33ah0jxma3Q&oe=61C69A3E\",\"id\":\"17898108062307135\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:39:10+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmtOaNnqq\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/264908040_423964042561644_7214513253555611921_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=xXm2kqcJ4AcAX_qtu1D&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8byhPgZIxsOen3G132EPFUDjydrmtf0aW7IirTZqS8tg&oe=61C64C99\",\"caption\":\"I think one of my favorite things about being \\\"mobile\\\" yoga service is getting to experience so many different rooms and views... all of the beautiful and unique in their own way. \\n\\n\\ud83d\\ude0d\",\"id\":\"17970228676478389\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-08T19:08:12+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXO6g0wOtEs\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/242752728_255747909886992_7010254826936860521_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=puywRJUqVtsAX9__BiI&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8hOtCHrNKAlnmm-TrgH0BHIKQc3WQzTgAiWWB9flW4oQ&oe=61C64506\",\"caption\":\"Afternoon snack! \\n\\nUmm ok, I need a nap now. \\ud83d\\ude0c\",\"id\":\"17846624567652833\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-25T16:51:14+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUQIA8iLuE2\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241205282_4090990887617525_5447936081364643110_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=mWBt131sjIIAX80-7Eb&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9IEY_-VpV_MmaRIvuWiGvcAjjANOpZdhh7NIojUj7Alw&oe=61C57F30\",\"caption\":\"As I learn how to love me, I learn how to love them. Grace descends. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17913976525982773\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-06T21:08:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTfqZJbrHjk\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241091677_997895317666207_8054521918466140452_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=DCvnf5-rbU0AX9gkp_N&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8M1yP2R9EpFlUYTAQxdzpKYyob_sMhEJGJtJ-k-fMyeg&oe=61C60DD0\",\"caption\":\"TGIF!! Right?! I feel like this week was a freight train for a lot of us. Expeditiously carring a heavy load to a one stop destination. Valuable goods, just a lot of work! \\ud83d\\ude05 \\n\\nTaking a moment to reflect over the week, and sit in some gratitude. Im so grateful to be able to \\\"step\\\" into abundance as my little brother put it last night. \\ud83d\\udc4c\\ud83c\\udffd\\n\\nI\'ve meet several good people over the past week or so, personal and business wise. My Otter Creek Class has grown. I gained a new virtual client, all the way in Oakland, CA! My studio classes have been steady and consistent. \\ud83e\\udd73\\n\\nMy family is healthy and happy. My friends are real and genuine. I could just go on and on!\\ud83d\\udc9e\\n\\nBut alas, I\'m thankful its FRIDAY!!! LOL! \\ud83d\\ude4c\\ud83c\\udffe\",\"id\":\"17879538638462703\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-03T19:30:44+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTXwx8Sr2-k\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240522555_260614125890227_6152655634716253434_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ik4yR3Wyc9YAX_UOD_q&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_jGYJL3wyHTN7mTQlhhDoicVCk75FjmhrilQfxx-IT3Q&oe=61C6410C\",\"caption\":\"My sweet girl resting in the most authentic \\\"Child\'s Pose\\\" as I get her sister dressed and ready for the day. \\ud83e\\udde1\\n\\nA Couple Benefits of Child\'s Pose:\\n\\nCalms the brain and helps relieve stress and fatigue. \\ud83e\\udde0\\n\\nGently stretches the hips, thighs, and ankles. \\ud83e\\uddb5\\n\\nChild\'s pose can be taking at anytime durinf your practice for resting and restoring. It is recommended to hold this pose from 30 seconds to at least 1 to 2 minutes. \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17930995072662011\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-25T20:31:38+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTAsmDird0r\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/265333888_626921412084851_2464079196296733502_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=7C_q98YjwigAX995weH&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9gZd9gPQxND7UmYB-Ccw3565eTeLewVDIRPlkoA_0ARQ&oe=61C715DA\",\"caption\":\"#Repost @simmonstowerexec @download.ins\\n---\\nSIMMONS TOWER TENANTS!\\n\\nFitness classes are finally back! Join us in our 2nd floor gym. \\n\\nJeff McDaniel with Fast Fit Bootcamps will be leading T\\/TH classes from 11:30-12. \\n\\nChelsea Hudspeth with Light and Lotus Yoga will be leading Wednesday classes from 12-12:30.\",\"id\":\"17963076118502881\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-06T16:51:26+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXJhRXzrDfs\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/219863756_1168004920351458_7887192137100071836_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=jfOiFrpYjCgAX8Z9oMS&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-qchNXVp3OHgWpmuP0XcXy6PpQjxA0bJ81cd7_UNPdtA&oe=61C6D4C6\",\"caption\":\"As I was scouting out a location in the Children\'s Library for us to practice I discovered a sweet little nook. \\ud83e\\udd29 \\n\\nSince we did Zoo themed yoga today I thought a pic in front of the Tigers would be appropriate. Lol! I had such a great time with this amazing group. \\ud83e\\udd70 \\n\\nThanks @cals_kids and @keyfitlife for the opportunity! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17975851399396740\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-17T19:44:43+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRcMOTmrZnO\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/219953721_2958364617717440_733727948542804813_n.mp4?_nc_cat=105&vs=17901823780995713_334830014&_nc_vs=HBkcFQAYJEdEazZIQTNBdGlmd25ZSUtBRTJEcTRhdXVTNEtia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJuzP9cO73Mg%2FFQIoAkMzLBdAOHdLxqfvnhgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=uR7JCmDakjgAX-ssVHR&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9EJBN4vj4tN4gZGUnLNmGCkJE5cooHuLZDf0BTQDz4HA&oe=61C1CF6E&_nc_rid=0cff87cf7a\",\"id\":\"17999522158349648\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-07-17T19:44:42+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRcMNTqnMbf\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/219863756_1168004920351458_7887192137100071836_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=jfOiFrpYjCgAX8Z9oMS&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-qchNXVp3OHgWpmuP0XcXy6PpQjxA0bJ81cd7_UNPdtA&oe=61C6D4C6\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/218101620_509160883672757_1492204997534858205_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ALS-4B9GeW4AX-Rw0aW&_nc_oc=AQmKV9p2yPpkFAS7-mTRMjqRFOmEb5xBDWsENyrajMB-GSnK6bfSc5LDIOo2KypQ3c0&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_zBlIitMaJeVXzacsvnVCDMRbtcLZ3mGKD54iQYZuw8A&oe=61C6F55D\",\"id\":\"18153468064160736\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-17T19:44:42+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRcMOPnr8cS\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/263760064_1132407264229935_1452178890017016646_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=RQ_60BwLEEQAX8ZoHBj&_nc_oc=AQnCiOyhgqccbHUuwDEr5yaselufIf3t0qH_EnAQhPMv0LC7ohCE8r8KApyWJqs9Vqw&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9wveCHC4zUA3QoEwhcW9NJQnPa48Ax958R268WwN0otA&oe=61C60FC6\",\"caption\":\"I may or may not have forced or negotiated this picture. \\ud83d\\ude0c\\n\\nBut come \\ud83d\\udc4f\\ud83c\\udffe on! \\ud83d\\udc4f\\ud83c\\udffe Can we just talk about how much joy it brings me to see black men take time out of their day for self care! \\ud83d\\udde3\\n\\nHaving men in general in class is awesome, but lets not restate the obvious. \\ud83d\\ude43 \\n\\nToday\'s first Lunchbreak Yoga was a great experience, looking forward to seeing it come to full fruition. \\ud83d\\ude4c\\ud83c\\udffe\",\"id\":\"17903313854485161\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-03T19:23:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXCESa2rzcB\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240771997_129916116026771_3183030110432478670_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=qujfgIOqXJgAX8i_w21&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8L-p6PmZxlwFPXlMGtW85cqclTeZO12v26MQXwS8qWGQ&oe=61C5E56B\",\"caption\":\"I really and truly enjoy the community I\'ve been amongst in recent times. So much support, love, and encouragement. We\'re all working to remain rooted and in doing so are able to stand safely and securely supporting one another. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nOne of the most comfortable \\ud83d\\udc55 @mountainvalleywater \\n\\nOne of the sweetest friends \\ud83d\\udc69\\ud83c\\udffb\\u200d\\ud83e\\udd1d\\u200d\\ud83d\\udc69\\ud83c\\udffe @claireadmiretraining co-founder of @yogaintherockar \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nPhoto cred @helloarshia amazing artist and yogi! \\n\\nChances are great that you\'ll get to experience aaaalll of this community this evening 6 p.m. at Allsop Park. Check it out! \\ud83e\\udd17 @elizabeth.lois.om will be teaching. \\ud83e\\udd70\",\"id\":\"17887018934420075\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-28T17:25:58+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTIFu2dLFWl\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241400334_376713730497808_5213735195322978279_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=m_UtWX-E130AX-dKpzG&_nc_oc=AQlpx2SPM-AKY6QsexzSju7OGwlckaf4KUG40cmQjQszFZNx8zNV7Jv9wq_QuI5yqYQ&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_FUwELDbkdYekP4Mse5nycq-UjukzE8cftK8Qu-xl6pQ&oe=61C6F1E7\",\"caption\":\"In the kitchen with my favorite locally hand poured candles. \\ud83e\\udd70 \\n\\nI can see @brenda.paye and I changing lives together. \\ud83d\\ude0d\",\"id\":\"17946219697545830\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-08T23:59:46+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTlHivcL3MK\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/257164947_4712454495483153_5303568042123536932_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=tRFAIqs5UF8AX8a62jX&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8uioHmt4QqREPibTXQ0Aqy9KGaW_MaG7X4SWWKftfn6w&oe=61C6C005\",\"id\":\"17881864541585348\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:39:50+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmyEdtSG-\\/\"},{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/264133048_303024345021200_7283693426255784791_n.mp4?_nc_cat=108&vs=17941612765710049_3572319502&_nc_vs=HBksFQAYJEdMaFp2ZzhRZTNGYW1STUJBRmZyMHB5VTRCUmxia1lMQUFBRhUAAsgBABUAGCRHSUZxcXdfYlF6clNURTBLQUNNazVYY2x1TDE0YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbs4M2rqNrmPxUCKAJDMywXQE3qn752yLQYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY1Ni5mZWVkIn0%3D&_nc_ohc=NvtD5D_CnCcAX8E7Udh&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-zM85SC47NDtISyHIYCjzhmyqf4byAqfFIsYqSXE9WEA&oe=61C1CD66&_nc_rid=accf033844\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/264575075_593868238379473_7826351936218281036_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=fxg9euj_cf8AX85wIX1&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9fy5dqqHhiBkFPpPZU6WGhzUMp7y4cEDOfegHqZMpBQw&oe=61C558BD\",\"caption\":\"Had a little jam session today between the 11:30 & 12:20 Lunchbreak Yoga today. Lol! \\n\\nWho doesn\'t love Anita Baker?? I\'m claiming her as my Auntie. I don\'t own rights to her music* and its a fact that she officially owns ALL the rights now! \\ud83e\\udd73 \\n\\nAnywaaay...if you could pick any song to practice to for today, which song would it be?? What vibes are you feeling?\",\"id\":\"17977018480425348\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-12-06T22:32:45+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXKITyCLo4W\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/214364737_535390357649730_3433725246383094068_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=0aI-JWwsTQQAX-ecegG&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT97-eKJbJZvCpKEaLbfRACMrmZkf-Fv8Oty6Sbi_2bo6Q&oe=61C5D5AB\",\"caption\":\"\\\"You Are Here..\\\" is a 4 week step by step guide to a beginner\'s yoga class. This series will be focused on allowing you to gain clarity and confidence in your knowledge of studio etiquette, pose names and their alignment according to YOUR body, breath work, and so much more! Spots are limited due to the intention of being able to spend more time assisting individuals. \\n\\nContact me via: \\nDirect Message \\nemail: LightandLotusyoga@gmail.com \\nphone: 501-301- 0598 \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17933154949594457\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-13T17:25:08+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRRpEgGI26S\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240821357_241983007799404_540082868214659721_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=V0yWCIWVgF0AX8NRTqq&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-0_lRuN_GpJiT0QL2rE1giTI2P2kqm-xF9iuan6n3zWg&oe=61C675F8\",\"caption\":\"#Repost @yogaintherockar @download.ins\\n---\\nAre you ready for THIS Saturday? \\u2728\\ud83c\\udf08 we are one week away from the August Community Series! @elizabeth.lois.om will be your guest teacher and we could not be more excited!! Also, stay tuned for a *very* special list of @mountainvalleywater RAFFLE PRIZES being given away at this month\\u2019s event!\\n\\n\\u2600\\ufe0f bring a friend, bring your family, it\\u2019s gonna be a delightful time. Be sure to arrive 5-10 minutes early if you\\u2019ve never practiced with us before to sign a waiver form. Please wear your mask at the sign up table, but you\\u2019re welcome to remove it while on your mat. \\n\\n6-7pm @ Allsopp Park. We\\u2019ll meet towards the back of the park beyond the baseball field on the grassy knoll. \\ud83c\\udf3f\",\"id\":\"17893585823203773\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-27T17:22:52+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTFglM1siu5\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/236207124_530533995038803_992761361805353737_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=2Zs3UCXxsZIAX_3Q80R&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT866A9FRzo0mv9XTPNsqEVxP9cvGks2mwEkEyXa69ZstA&oe=61C5B6BC\",\"caption\":\"So excited that @taylorbee_ the winner of my yoga mat + bag giveaway, got to join me in practice this morning with her bag and mat in tow! \\ud83e\\udd70 \\n\\nLooking forward to getting to practice with her more often, and getting to giveaway more things! \\ud83e\\udd17 \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17961334132434403\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-08-14T17:36:07+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSkDw4nLkVs\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/236207124_530533995038803_992761361805353737_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=2Zs3UCXxsZIAX_3Q80R&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT866A9FRzo0mv9XTPNsqEVxP9cvGks2mwEkEyXa69ZstA&oe=61C5B6BC\",\"id\":\"17889411164366335\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-14T17:36:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSkDw1_Ll0P\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/237023494_1026230338182165_3152928720437808913_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=SW0vIpTWIYUAX-FLbeL&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-AE-qu90CGCpoysaiD7ezdBPoylJJKKh1GTnLyUtEOdQ&oe=61C61229\",\"id\":\"18130540270208622\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-14T17:36:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSkDw2ALpb4\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/269599996_930722214485533_1412649533109302985_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=7BKPhQWfTicAX-sYo4d&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8J9awljTFdH_AqL-yyt5nC89zBcZQ-n7uy883-F_WpTQ&oe=61C60C38\",\"caption\":\"I\'m so grateful for this day. Izzy and I got to experience yoga together for the first time. \\n\\nShe\'s the oldest of my three girls, and although she has admitted she doesn\'t really care for yoga she spends the most time coming up with \\\"new\\\" poses. Lol! \\n\\nShe says she only does yoga to spend time with me. Lol! She is a busy body so staying on her mat and following the flow is a bit challenging for her. \\n\\nHonestly it used to drive me crazy and distract me for her to be doing everything BUT yoga on her mat. \\ud83d\\ude05 But now, I just remember her words... she just wants to spend time with me! \\n\\nSo as she flailing on her mat, I just take a deep breath and smile \\ud83d\\ude0a She is getting to spend time with mommy, and spending time with mommy means getting to see me practice taking care of myself. \\ud83e\\udd70\\n\\nWhat self care practices do you model with your kiddos?\",\"id\":\"17933876671760398\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-19T23:23:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXrseLYLOzJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/244437186_247670703839509_741499166273823534_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Q8NimRj7FLoAX9q5VxM&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_rESTVQcosMbnCGOxePlld4aiG-Yq8ugGSD6HVpx2xaQ&oe=61C6CBA5\",\"caption\":\"Here is yet another amazing Yoga Opportunity! Local love! \\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\\n\\n#Repost @wlryoga @download.ins\\n---\\nJoin us this Sunday at @wildwoodparkforthearts for the first ever @lryogafest! Like, share, and comment for your chance to win 2 tickets! We\'ll randomly choose a winner on Wednesday evening at 6. Good luck! \\ud83e\\udd1e\\n\\nWe\'re also doing this giveaway on FB, so comment on our post there for an additional entry.\\n\\n#yoga #littlerockyoga #yogacommunity #lryogafest\",\"id\":\"18256865812057084\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-06T23:36:36+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUtLJmoNNnw\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/245801158_1018876345616020_8624325666273843560_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=h-vZrFVRcs8AX9VjObf&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-O-VmCR_CW3xpRI9_b61tsrwVxQTKtqSPlWPXGhqolyw&oe=61C73FF0\",\"caption\":\"I\'ll be joining a team of amazing ladies via @massagearkansas \' Virtual event, Healthy for the Holidays! \\n\\nIts a 5 week series, meeting Tuesday evenings at 5:30 virtually. We\'ll have a different wellness professional present ways in which we can get through the Holidays with as little stress as possible and keeping ourselves healthy. \\n\\nMy session will be covering a few stretches and breathing techniques you can do on the go for when times get tense. \\n\\nSign up via Eventbrite!\",\"id\":\"17885557220422753\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-14T18:54:04+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVBRLK0LFfg\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213241329_1166785350473411_1719692076211044221_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=NL3hC70MfOMAX9gsIpb&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-mniCDybJrGnHUAUDFxztL2jI_pbYzqsB5sT9WzVokTQ&oe=61C576FA\",\"caption\":\"I love sharing my yoga practice with people near and far... but one of the things that makes me happiest is when my friends show that they support my practice and journey. \\n\\nLike one of my very first yoga studio instructors coming to take my class \\ud83e\\udd17, my former archenemy shows up to make ammends \\ud83d\\ude05, my bff goes all the way to Vegas and sends me a pic of her convincing UFC fighters to do tree pose! \\ud83d\\ude02\\ud83e\\udd70 \\n\\nTruly brings joy to my heart! I look forward to seeing each and everyone of the people I reach one way or another practice in their own way. \\u2600\\ufe0f\\ud83e\\udde1\\ud83c\\udf3a\",\"id\":\"17862189434559589\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-12T00:41:33+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRNRbMQrE5F\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213241329_1166785350473411_1719692076211044221_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=NL3hC70MfOMAX9gsIpb&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-mniCDybJrGnHUAUDFxztL2jI_pbYzqsB5sT9WzVokTQ&oe=61C576FA\",\"id\":\"17921965186735474\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T00:41:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRNRbJCrwkj\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213815631_936381363877111_2736463458474848624_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=qBPYK03kJmwAX9Tj3zk&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT907L5bSvShAEiYzsSNbJl6miHV2_iOqb0PGvB4xl6NZA&oe=61C71BAA\",\"id\":\"18161356684087239\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T00:41:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRNRbJDrVAQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/217594652_857096985202819_1311055235628921360_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ozF8U82Q8MIAX9_fyUs&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_BEEzqGjCOyOncsWDThDYRA-zd2f7oXRLR82QQOLGqEw&oe=61C5B6A8\",\"id\":\"17967774598421798\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T00:41:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRNRbJBLXd0\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/244724957_298101651812139_8551986874063297862_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=W3jcQy0iUF0AX891nH5&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-fsuOlLJJybcZyoL6X3Uem24HH4mwa0LHRBaJUkUOYGg&oe=61C7176B\",\"caption\":\"Some times as an instructor I forget to remind my students, or \\\"give them permission\\\" to stop and rest whenever they feel the need, and recognize that it is OKAY to do so. If I don\'t say it they often feel the need to keep pushing, or ultimately just burn out and come to their knees in exhaustion, seeming almost defeated. \\n\\nSo much of what happens on the mat reflects our walks of life outside of the mat. \\n\\nI hope you find rest today, Happy Sunday! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nPic Repost @unrulyascetic\",\"id\":\"17847492563658100\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-10T16:45:04+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CU2vO7nLdD1\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/265717774_430702455161291_2837286147101097903_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=hqODoiZNosYAX8S_JBc&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8Et6Ke06mE2xn9lPoboRXy6ZXTGU4g28xzPZqBMuTmXQ&oe=61C65ED1\",\"caption\":\"\\u2757\\u2757 I\'ll hop on live a little later today to chat, and share a few more details! \\u2757\\u2757\\n\\nSlowly but surely moving forward to make practicing with you easier! \\n\\nCheck out the link in my bio! \\n\\nThis is a one stop shop for you to find out when and where I am regularly as well as \\\"Pop-Ups!\\\" \\n\\nLet me know what you think! Questions & Suggestions are always welcomed! \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17952482509575578\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-08T15:13:26+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXOfpWaLKqO\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/239967675_193045826086165_4746842595785061142_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=84MZDpDUNB0AX-h7GyJ&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-1TL_j736M_w8WHibbUCgFCblss8ff-Jh1YUuTgDGOgg&oe=61C59F2B\",\"caption\":\"I\'ve been busy! Busy finding perspective in this newest chapter of my life. Busy learning things, sometimes the hard way. Ok, a lot of times the hard way. Lol! \\n\\nBut I\'ve chosen to see and receive these lessons as opportunity for growth, and as I do so new opportunities present themselves. \\n\\nToday one of those opportunities was being introduced by my Aunt @everygirlcreates to a group of phenomenal, to say the least, women of color in philanthropy. I was invited to present to them a yoga offering that went along with their theme of self care. \\n\\nPreparing for this opportunity brought me a little bit of anxiety, some humility, a handful of lessons learned.\\n\\nBut most of all, it opened doors to opportunities for growth in every facet of my life and an abundance of gratitude. And that is the perspective I\'m choosing to carry forward with me in this journey!\\n\\n \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17919465010841946\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-08-20T01:17:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSxwiaeIcm0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/239967675_193045826086165_4746842595785061142_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=84MZDpDUNB0AX-h7GyJ&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-1TL_j736M_w8WHibbUCgFCblss8ff-Jh1YUuTgDGOgg&oe=61C59F2B\",\"id\":\"17914756087924773\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-20T01:17:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSxwiT5IcdS\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/239246945_212289637526039_8075889836446151227_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=NLR4gZdoPK4AX9FKjvD&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-D9ox_nSAKD1fTTqzX2R7evudndfsx1GhF-I35ttWzig&oe=61C60E14\",\"id\":\"17859399677565528\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-20T01:17:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSxwiT4I4lm\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/239901024_360163552385819_1055724196749461851_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=RzpC0b9_OmEAX-c7DTN&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_JVsAj3b15C4y4xe5kZTvYOo1eiIWO0Tf_LsVNN6OYsg&oe=61C69E34\",\"id\":\"17926609654737589\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-20T01:17:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSxwiT5omzd\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/264388953_613869593256648_2153004709415163743_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Zu9or3HHDy4AX-G1sz2&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-3z4ANehWMkanjO7w33lN9qAXDYOzN6PrUuVP2H7cWBg&oe=61C70F63\",\"caption\":\"#repost\\n\\nOver the past few days I have been offering my classes the intention to practice non-attachment. \\n\\nIn class I framed the concept around being on our mats and not holding our minds and bodies to the expectation of the perfect poses, focus, and flow... and as always to be ok with accepting our ourselves exactly where we are, and showing grace and gratitude for that. \\n\\nBut also in day to day life... non attachment can be practiced in routines, work, relationships, and so many other aspects. \\n\\nThis practice has helped me greatly when things in life take a turn, especially abruptly. It gives me peace, and sometimes even joy to have the ability to accept things are as they should be in those moments. \\n\\nNon-attachment is #5 of the 8 Limbs of Yoga.\",\"id\":\"18015779110356122\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-08T00:36:27+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXM7SJktOSj\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261983961_1252164375280117_4674070195791936495_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Jq_w-wibwIIAX_mX1YY&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-Elf19KG9UI8WGtFxe-vTihIze13gZWAlF3fKZpQVxDw&oe=61C54FBD\",\"id\":\"18019152940317387\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T17:00:23+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW077-krhJ6\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/234577194_523599125599273_7587348301182111298_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=g3B8RkIkhScAX-NcgnT&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-6ejH6a9TCeAhukgdK6WEP1tZrIGhWrKoAavr4bjP72Q&oe=61C61BEF\",\"caption\":\"Hi! Hello! I\'m Chelsea, owner of Light and Lotus Yoga. I\'m glad you\'ve made it here and hope you find this information helpful. \\ud83d\\ude0a \\n\\nI\'ll be taking a short hiatus from social media posting, so I wanted to leave this information in case you are seeking to practice with me via any of the offerings listed. \\ud83e\\udd17 \\n\\nI would love to discuss the offerings listed and\\/or if you might have something else in mind. To inqure further I can be contacted: \\n\\nDirect Message: Here or on FB (Light and Lotus Yoga Page) \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nEmail: LightandLotusyoga@gmail.com \\n\\nPhone: 501-301-0598 (call or text) \\n\\n*You can expect to see information about special offerings between my regular schedule shared on my stories. *\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17901430079137790\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-08-09T04:00:53+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufidtcTm\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/234577194_523599125599273_7587348301182111298_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=g3B8RkIkhScAX-NcgnT&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-6ejH6a9TCeAhukgdK6WEP1tZrIGhWrKoAavr4bjP72Q&oe=61C61BEF\",\"id\":\"17926112299731780\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-09T04:00:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufeiN4j-\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/235459314_350253426582546_1615972471390403136_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Llc3AknxLyIAX-HZUy8&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-f9TCABDWixuIg4A8E4a9ZcBSrXumIs4Kt3ckO6_HTig&oe=61C5590E\",\"id\":\"17912830351844754\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-09T04:00:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufehtsV1\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/234403709_552827032832250_7242371830363637599_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=5sNKyYv-lhIAX_9aAqy&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT97M-zaFZ3ZVKLNf3lfU-3gR-lGl5_I2qqJna-NMOf3Qg&oe=61C563EC\",\"id\":\"17956330387468594\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-09T04:00:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufettVVc\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/234789417_366801764890792_6299911620932275970_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=60QE78Xh2nEAX-Qdt8D&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9cafDEyfVmYiwCouhEtu1SrTX5r-MBhpJsFslP-BagtA&oe=61C6101C\",\"id\":\"17917832545844380\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-09T04:00:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufeitRrE\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/258092752_411347213813201_4869734163656970874_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=yNYRPpIzjj4AX_F_-Dn&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT996cCUXLpjf28RnSIDgv15r25vJmdSXDdRsn1c_0FgDg&oe=61C6C35B\",\"id\":\"17925737764840576\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:40:01+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmzXkNCEH\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/256662385_945421866412001_448381399275828114_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=VxdfNoR38b4AX-e6uWC&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9971S4QdPy9Xak6LL1HLNWJ1QWJb5kiRyrjz4_SWOkMw&oe=61C5874F\",\"id\":\"17942401081654309\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:39:36+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmwS7NTWV\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261096773_476096247272647_6941462195959499915_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=b11LlBQpnpgAX88_vEX&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_JwnHQdKwk2Vve5XpLL_yma-PjVe_pe_54Zn3ijo1k2w&oe=61C5EE8E\",\"id\":\"17970225076480392\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T17:00:35+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW079Y0LFA8\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/251222322_2039412719549109_5239133182777220170_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=jHOBt1oMvUwAX_gCEcr&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_CixV2Zf04NeoDGBJCd-z71MD0-efiF5HSpC93rsbfgQ&oe=61C5F8BB\",\"caption\":\"Goin this challenge with my studio home! \\ud83e\\udd70\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\\n\\n#Repost @wlryoga @download.ins\\n---\\nWe want you to make #gratitude and #yoga a part of your regular routine, so we\'ve set up an IG challenge to help you develop this habit.\\n\\nEach day in November, you\'ll do sun salutations. As you do one, focus on something you\'re thankful for. Here\'s the challenging part -- you\'ll do one sun salutation per date. So on November 1, you\'ll do one. On November 2, you\'ll do two sun salutations and think about two things you\'re grateful for. On the 3rd, three, and so on until November 30, when you\'ll have worked your way up to 30 sun salutations and 30 things you\'re thankful for.\\n\\nYou can do any variation of sun salutations -- honor whatever your body needs each day.\\n\\nAnd we\'re going to reward you for participating! To be eligible to win, just take a pic or video of your gratitude practice each day, and share it on IG in your stories or on your feed. You MUST tag @wlryoga on your post AND use the hashtag #wlrygratitudechallenge. (That\'s how we track who\'s participating.) Everyone who posts at least 21 days in November will win a prize! And those who post all 30 days will be entered to win our grand prize -- a $50 studio gift certificate!\\n\\n(Prizes cannot be shipped, so all prize winners must be able to pick up at our studio in Little Rock. The grand prize gift certificate is transferrable, and can be used toward any purchase at our studio.)\",\"id\":\"17947625149527581\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-02T23:11:43+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVypw8cLOCL\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/233700283_2909393512723531_5582606514229964245_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=COddunYK6JwAX_llLmS&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9c6tv_ltmS9ooFx6aJWZ8-Qv3lSN-q9ocP9CrwGEmLdQ&oe=61C5536B\",\"caption\":\"This one hit different upon this coming New Moon... \\\"Surrender your old story and write a new narrative.\\\" Let go, you have the ability to release that old story because it no longer serves you in this new story. Have an amazing day starting your new journey today, tomorrow, and the next day.\\n\\n#repost\",\"id\":\"17925947776706108\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-08T07:14:34+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSTf3WFLWbR\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/258035974_682928979353467_6413375536113329179_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=UiAtAP3WpI0AX_mbjR5&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_0GyTGkvnShQu3KAJm-GZaIWUyC-c95v9GLw3B_FP8Kg&oe=61C74579\",\"id\":\"17922382192963254\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:38:46+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmqSDtMbA\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/257459760_877322482985295_9196024791073459665_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=vS1WNoylFKEAX9Dhuut&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8Cnu8J7IZmWxHiNMSMSkxU6ny97hqljnYQ4lUpNdXUEw&oe=61C5B27C\",\"id\":\"18172143166165848\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:38:58+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmrvvN0Hk\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/263590160_4613080025397499_105990490481439545_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=9iRQRTq6-NQAX8XRl9t&_nc_oc=AQnvcmrw5N6kzGhWW1uyeGBR-G9KMt3vpe3l_4ofEBqs0emrqHAGhhTtVCOdF7mZOl4&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8ySbezaUjVoEKKYf2mXDQXz-cYtfV3DskYQ2pAcsWnsQ&oe=61C58A1D\",\"caption\":\"Light and Lotus Yoga strives to be a source of yoga and wellness for everyBody, and we recognize that a part of making that vision a reality is offering classes and materials that are actually accessible. \\ud83d\\udcaf\\n\\nGender, race, age, geographics, and\\/or class are all factors that could create barriers and disconnect between the soul and the healing sources. This is why I am grateful for women like @coffyd who make all of their life\'s work about taking up space, filling the gap, and uplifting those who need it the most! \\ud83d\\udcaa\\ud83c\\udffd\\n\\nShe and her coworkers at Women\'s Council on African American Affairs have generously supported my small minorty women owned business, while also supporting their mission by donating yoga mats to be used by those in my classes that may not already have their own. \\ud83e\\udd17\\n\\nI am beyond grateful for the work that you all do, and am glad to help be a part of it! \\ud83e\\udd70\\n\\nP.s. these mats will be available TODAY for use at Lunchbreak Yoga for those who need it! \\ud83d\\ude42\",\"id\":\"17900874593501484\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-03T14:53:02+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXBlVh0rsdF\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/264406600_1461789014203538_6557022024703860108_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=GhXdrlVKqDMAX8Ud4He&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_df3O9O_UZWEFQpLnGJT_JLKArHKEt-CdCwIKTmbphJQ&oe=61C6EDEE\",\"caption\":\"A few things here! \\n\\n1. Thank you @taylorbee_  for such a kind review! \\ud83e\\udd70\\n\\n2. Light and Lotus Yoga has a Google page where you can easily find out details about where & when I\'ll be around! And of course see what people have to say about their experience! \\ud83e\\udd17\\n\\n\\u2757\\u2757We know honest reviews are important, so if you have experienced Light and Lotus Yoga in a way that you feel you would like to share with others, I would greatly appreciate your review and rating! \\ud83d\\udcaf\\n\\n3. \\ud83d\\udc40\\ud83d\\udc40\\ud83d\\udc40 Look at how many page views I\'ve had at this point... \\\"333!\\\" \\n\\n333 is sometimes known as an Angel Number or Divine number... whatever you choose to believe or not, I receive it as a reminder and encouragement to continue forward on my path! I hope you\'ll see this post and be encouraged as well! \\u2764\\u2764\\u2764\\n\\n\\\"Have you been asking for help from the Universe lately?\\u00a0 Perhaps you\\u2019ve been working tirelessly on a project and things haven\\u2019t necessarily been smooth sailing.\\u00a0 Angel number 333 comes to you as a message that your prayers have been heard and answered, and something really amazing is on it\\u2019s way to you right now that will bring you so much joy and fulfillment. \\u00a0 However, this doesn\\u2019t mean you can chillax and slack off.\\u00a0 You must continue your efforts to work toward your goals.\\\"\",\"id\":\"18216165028100903\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-05T20:03:45+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CXHSfI5uGm3\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261815881_595495251673330_7292904571179247551_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=pGj74NoXFGIAX9wcQ31&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-An9fAEL8biykZ6o2Bpopz0c0E7h_gXZQAcO50qtV1gQ&oe=61C593DE\",\"id\":\"17853855476644473\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T16:59:48+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW073oAL60d\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/218050186_4369269613124051_4052756026883954156_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ANwXIe6bt-IAX9weVL_&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8cNifnHAxyZuWZo4fC4X7cKUaimFVFGtbhts4qo6MKfg&oe=61C59D0B\",\"caption\":\"Me: My kids don\'t really care to practice yoga...\\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\nMy kids: Hold my milk.\\ud83d\\ude0f\\n\\nLol! Do your kids like yoga or some  variation of breathing and stretching?? Bring them out today to do some Aniamal themed yoga with CALS Children\'s Library!\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17869015844495900\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-17T11:42:25+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRbVBzyLXmM\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/218050186_4369269613124051_4052756026883954156_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ANwXIe6bt-IAX9weVL_&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8cNifnHAxyZuWZo4fC4X7cKUaimFVFGtbhts4qo6MKfg&oe=61C59D0B\",\"id\":\"18138486214173823\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-17T11:42:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRbVBwKrwNQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/219604937_525066488913479_3387678679398007889_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=nA32sOWh-BQAX-LaCQl&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_wbVid286F2bDSAtGrcOrP_0XE_B0DcSvSDl_rPRxAdg&oe=61C575FF\",\"id\":\"17883326243487474\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-17T11:42:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRbVBwJrrgD\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/217759205_776577809628952_8172660836106584624_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=xZJk2eK4eJoAX9PX_Pb&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-cpMmdb1qjhoAbS4JxbFYKuB3ZTrV2i5npIpeHjvSQTA&oe=61C7225B\",\"caption\":\"Walking up to my Private client\'s door... \\n\\nSay it again \\ud83d\\ude4c\\ud83c\\udffe\\ud83d\\ude4c\\ud83c\\udffe\\ud83d\\ude4c\\ud83c\\udffe\\n\\n\\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\",\"id\":\"17903853569046216\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-15T23:10:54+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRXaOucLSnW\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/246957526_1524591734574312_443519722084683819_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=n7NooYCKWuQAX-BPc4d&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_X3ZuWHyemMDVHrcof8NCoebWhxw3cIpdrvUv6sLvqDg&oe=61C5A41B\",\"caption\":\"Yoga and Brunch is FREE to Educators! Please head over to the Pulaski Youth Services FB page or Website to sign up and join us this Saturday! \\ud83e\\udde1\\n\\nHealthy for the Holidays starts TODAY!!! Today and the next 4 Tuesdays at 5:30 p.m. we will be hosting a virtual session where you will meet with a Health and Wellness Professional to learn tips and tricks to make this Holiday season a breeze! $25 one time purchase to attend all 5 sessions. \\n\\n\\u2757\\u2757Arkansas Care Village is sponsoring 1 FREE ticket to Healthy for the Holdiays! See details in the comments! \\u2757\\u2757\",\"id\":\"17922354202903352\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-10-19T14:27:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVNqrySrwoV\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/246957526_1524591734574312_443519722084683819_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=n7NooYCKWuQAX-BPc4d&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_X3ZuWHyemMDVHrcof8NCoebWhxw3cIpdrvUv6sLvqDg&oe=61C5A41B\",\"id\":\"17870939651601428\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-19T14:27:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVNqruqrENA\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/247075360_861530414528787_7628527350768265188_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=rLevcKJT12sAX-Dl6U4&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9CLqUnDVLTNm0V1Y1bakPaXg_ZMXkFUNS4mJYlFUfI7w&oe=61C56409\",\"id\":\"17863085171592533\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-19T14:27:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVNqrukrGYj\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261944853_636657124433336_5155094799013674880_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=YvMW0GLBpxoAX-4E9Xh&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8QzTNnwKOAqeU2C-PvJADSHf79uMdkDnaU7tohaz8CRg&oe=61C6C9EB\",\"id\":\"17941130110668154\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T16:59:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW071T5rBRy\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/245696611_155807756765381_1551964860654827381_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=kmuaTAamBm8AX9mQw83&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_AzqsM5WnwBbXOcg8JSj3SdkRnvQ1XF7SwOzzmgdgQIQ&oe=61C56B87\",\"caption\":\"\\\"It is our duty to fight for our freedom.\\n\\nIt is our duty to win.\\n\\nWe must love each other and support each other.\\n\\nWe have nothing to lose but our chains.\\u201d \\n\\n-Assata Shakur \\n\\nAs it is our duty to fight for our physical (body) freedom, it is our duty to fight for our mind\'s, and spirit\'s freedom. Experiencing what it is to be awake to truth can honestly be a chaotic feeling. When the desire you have to free others from the chains of ignorance burns brighter than any man made flame, it can be frightening to others who can only feel the heat. So they try to contain it, they try to put it out, extinguish it. \\n\\nWe know this of @dawnski_ \'s experience as she is bold, her flame burns deep, and the truth she unapologetically speaks feels hurtful to those of us who are still in bondage. But it is from nothing more than a place of self love and that love overflows in a way that wishes to cover us all. \\n\\nI see her, I appreciate her, and I support her.\\n\\nTherefore, @lightandlotusyoga and ally @loveyogalr are coming together to pour love and light into our sister. This yoga offering is for everyone who wishes to do the same for Dawn and for themselves. \\n\\nDonation based, all funds will be forwarded to Dawn and family. \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18000714001371030\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-16T13:33:32+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVF2FVsrK0E\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/242108134_363881918796513_30345995095674336_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=iBMezbSFH7AAX9OhW5s&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT99BSws-MIUIeQlG-hOSoZDW4v55WkNJQwcHsjH2aW0KA&oe=61C5DCC8\",\"caption\":\"Join me and @ericaowenswellness\\nat @massagearkansas this Friday evening! \\n\\nRestorative Yoga along with soulful good samplings. Feed your body and your soul! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nhttps:\\/\\/www.eventbrite.com\\/e\\/feed-your-soul-yoga-tickets-159729993711\",\"id\":\"17958066682496367\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-09-14T18:30:57+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTz-rqnrQ46\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/242108134_363881918796513_30345995095674336_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=iBMezbSFH7AAX9OhW5s&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT99BSws-MIUIeQlG-hOSoZDW4v55WkNJQwcHsjH2aW0KA&oe=61C5DCC8\",\"id\":\"17988294199376260\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-14T18:30:57+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTz-rnurfTW\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241975309_382250316960958_8649721118519466948_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=aFlHK_sjhNQAX9YPGsY&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_KNHR-aSRfnOtzk9tnlDHsI1Z9msmcB8eUhZYoZ-zB6w&oe=61C66C20\",\"id\":\"17889315836393196\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-14T18:30:57+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTz-rnsrV1k\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/245809472_426954358808907_2430293798991005490_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=tu7agk9JidwAX-we3rg&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9wo9lA1Lam22Y3sZbdc9Z_RLeXeDyJizfGdUf51UEAMw&oe=61C6CAF7\",\"caption\":\"Happy Monday! If you don\'t do anything else today take a moment to reflect over what brings you joy. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17899514990204577\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-18T12:33:49+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVK41qJLFBi\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240877955_317583186722008_8078926377297446287_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=tI1UbdyB26QAX-o1mUN&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_WlYmgpgY7ZCyAn8yntu3kTZ2opONmzia7Q4EBrDtY_g&oe=61C5F12C\",\"caption\":\"I can not tell you how much joy this picture brings me today. \\ud83e\\udd17\\n\\nI\'m so grateful for these ladies showing up for me and most importantly for themselves this evening!\\ud83e\\udde1\\n\\nFeel free to get in on some of this self love tomorrow Monday Aug 30 @6 p.m. - Otter Creek HOA \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nSo much gratitude again for you ladies!\",\"id\":\"17890563134279043\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-30T00:12:28+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTLZDC_rc9C\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/256880809_1521351448228347_3886433176675728174_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=iZT-c72rwscAX-WlXIs&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-xkKRXj6_3V7ryNCt2ebbWgmwtlH-jAsDCTCX4bRUgDQ&oe=61C6ECD1\",\"id\":\"18170078944161583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:38:34+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmowVtipR\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/243821046_1801795603362607_7589640284447236579_n.webp.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=5xIZEUxlz7sAX_r-j_1&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT__OC_SECt4BTdhV_vlwYJ2UD7HE56HYXuszsRUbR7bAw&oe=61C66081\",\"caption\":\"\\ud83e\\udd73 As you all may or may not know, @lightandlotusyoga will be offering Children\'s Yoga this fall!!! We are very excited to bring this to you and your families! \\ud83e\\uddd2\\ud83c\\udffd\\ud83e\\uddd2\\ud83d\\udc67\\ud83c\\udffe\\ud83d\\udc67\\ud83c\\udffc\\n\\n\\u2757\\u2757 HOWEVER, it has occurred to us that the dates October 11 & October 12, the scheduled dates for these classes to begin, may conflict with some of thr activities you are already participating in. \\ud83d\\ude43\\u2757\\u2757\\n\\nTherefore, in effort to best serve you all, I\'d like to hear from you!! Tell me:\\n\\n* What activities are you in already that you love!?\\n\\n*When will those seasonal activities wrap up? \\n\\n*What days work best for your family?\",\"id\":\"17894075507489574\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-30T14:24:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUcvPH3LrX2\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/248795348_1489848688045782_577285380049185912_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=hJtoK3CdA7oAX8SfQ9c&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_S-DJp5fNJH9RzgkIAFRTfcgVVmqdIshFsXc1TncCzAQ&oe=61C68F7A\",\"caption\":\"Today is the day! @lydiadelsol and I will be leading a donation based yoga session together in effort to support  @dawnski_ !\\n\\n This means you can expect for a portion of our practice to be led by Lydia and the other portion to be lead by me. Together our hope and intentions are to send love and light our sister, while also creating space for those who participate to receive love and light for themselves.\\n\\nWe have received donations from those who wish to support Dawn but are unable to attend. You all are more than welcome to do the same. \\ud83d\\ude4f\\ud83c\\udffc\\n\\nLooking forward to seeing you all! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17927144047870832\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-24T18:35:31+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVa_AEFLPgU\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213266041_588507712308352_742510944507501029_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ABQghkEvzvgAX-l4Eb2&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8JME7rsPmbw1eUUgmCcoUwrCN9X8RYeN-0BmmXZTFfNA&oe=61C5DD8B\",\"caption\":\"What are some random things that are calming for you? \\ud83e\\udd14\\n\\nI\'ve actually never been the type to \\\"color inside the lines\\\" literally or figuratively, but this week I just happened to sit down and recall a color pencil technique I was taught and high school. I oddly found this to be a quick easy way to just knock the edge off of my day... \\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f\",\"id\":\"18190962937129943\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-15T01:22:54+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRVEipuLg_2\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261635695_486184222703146_7733913179105591272_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=kbdFOsofmHMAX_LIP6O&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8uPYzDzWJITedjnihPArvPvpzN0FcVc-OZ93MgcwPh7w&oe=61C5647B\",\"id\":\"17919415766036887\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T17:00:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW07_VEL_9w\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/226496465_840499703261684_8834955670409162338_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=b3OSXC1MjtMAX9Tzed7&_nc_oc=AQnyeBAv9B9fULNXIuPtAl9pqIDd6iRkCb7C8cNwQYMzhm6OZ_SvEyoH61wqJNyArTQ&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT86BcsxL29UNDGFVylLCde7F8AQcBmTgjI4wwH6OG-8cA&oe=61C705F2\",\"caption\":\"I truly enjoy getting to do yoga with our littles! If you missed the opportunity at CALS a couple weeks ago, we have another opportunity coming up in collaboration with @massagearkansas !!! \\n\\n\\\"My Mini and Me Yoga Class\\\" \\nThursday August 12, 2021 at 3:00 p.m. \\n400 West Capitol Avenue, Little Rock, AR 72201 (3rd floor conference room)\\n\\n$15 - 1 adult can bring 2 children \\n\\nFind the Eventbrite link in my bio! \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17911696636865512\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-29T16:55:23+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CR6yYiJIrdf\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/262012935_611635346837375_4220567294211215690_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=zB7Bai5Bq50AX-KgJUA&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-aLYnHw3XPRFOX3j63sOoAXVek7-FqcdpbTxOhyvKllg&oe=61C563BD\",\"id\":\"17985617248421181\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T17:00:08+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW076FOLX2I\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/250784396_565087194585224_4184506271908369940_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=jov4uoHxF3sAX9IsuUo&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9D55RbrY31hZfgIt0uFi7PdxnIdFiWfv644xQ1O5ACbg&oe=61C57F48\",\"caption\":\"A lot of people don\'t realize our bodies keep memories of emotions we experience, and we can actually end up unknowingly carrying heavier loads on our bodies than we think. This is why yoga and mindfulness is valuable to me, it allows me to slow down and feel my body in a way I wouldn\'t usually throughout my day. This is why when people stretch and open their bodies they find themselves having an actual emotional release within their practice. Its not a cure for whatever traumas or pains you have, but its a gentle and valuable aid to have in your toolbox when you\'re up against everything else.\",\"id\":\"18190137130130411\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-30T13:13:03+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVp23iIL_HZ\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261797672_695406311844239_7342443517098074439_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=jJ2xUvIxngkAX_Kepn4&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_J2God-TM3FKUq_StdRpRPi33ZZA3dYNmYZS9HQ0n8iQ&oe=61C62802\",\"caption\":\"I\'m so excited to announce ONE of my newest offerings!! \\n\\nBeginning THIS WEEK I\'ll be offering \\\"Lunchbreak Yoga Sessions\\\" for FREE* in Downtown Little Rock, right in the River Market District. \\ud83e\\udd17\\ud83e\\udd17\\ud83e\\udd17 (Beginner\\/All Levels)\\n\\nThere will be TWO 30 minute options \\nFirst Session: 11:30 a.m.\\nSecond Session: 12: 30 a.m. \\n\\nLocation: 120 River Market Ave, Little Rock, AR 72201; 3rd Floor\\n\\nLike and Follow my FB page and sign up via the FB Event!\",\"id\":\"17912212121184715\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-30T15:40:07+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW58V0Sr4l7\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/256879983_949007882632837_5491806163017899594_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=AtNF5vht65AAX9xbXTY&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT878h91qNZqe1RJ6MwkKB8yvh2nUBcDfTKYc92aBD-BWQ&oe=61C73A8A\",\"id\":\"17907716006268958\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:38:19+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmm6KNH4D\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/247815066_282961987022855_2175134528005760831_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=A6STxyqiW4YAX95F41x&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-_6KgUG3kSqPK1NNROSDtemZashUf04Afr_93ksa5WFA&oe=61C65274\",\"caption\":\"In case you\'ve ever wondered... Raccoons enjoy yoga as well. Lol \\ud83d\\ude29\",\"id\":\"17913397622095852\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-21T19:59:43+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVTaQLnLy2c\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/233814198_1591940991003917_2462763145631325136_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=5SGQ2UN840MAX-T82qz&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9WzPjGDyp8EU5jRfwCyrK0Vj9rfblnHcFF3W2WP6qoAA&oe=61C73717\",\"caption\":\"Tonight in the midst of the Lion\'s Gate Portal the New Moon is rising in Leo. \\ud83c\\udf20\\n\\nI was thrilled to bring home this String of Hearts today as a symbolic reminder to myself of the intentions I\'m setting... \\n\\n\\\"In Astrology, Leo is about joy and authentic self-expression, about the process of reconnecting with our inner child through play and spontaneity. It is associated with the Heart Chakra and it rules romance, creativity, joy, self-realization, and personal fulfillment. Through Leo, we become full of ourselves: this means that we fill our own cup in such a way that generosity and joy can flow outwardly freely and naturally.\\u00a0Only by coming from a place of fullness and fulfillment, we can participate in life experiencing authentic personal satisfaction.\\u00a0\\\" - Lions Gate Portal Article by @moonomens \\ud83e\\udd81\\u264c\\u2764\\n\\nA New Moon is an opportunity to draw back to assess where and how you want to move forward. Release habits, relationships, energies, thoughts, etc that no longer serve you. \\ud83c\\udf15\\n\\nI read an article that suggested allowing  yourself to live your life \\\"as it is\\\" rather than \\\"it should...\\\" and for me that also translates to letting go of expectations in every faucet of life. So I agree with myself to do so. \\ud83e\\udd17\",\"id\":\"18141728158170554\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-08T22:48:32+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVKv15LXEs\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261746263_871985680104425_2811239131733295216_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=CI2bqgHK1QYAX9bFoFc&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_Tu_cZ2yydOIqJhiqzvIVdGbJqbV6SZy5B831rAHOz8Q&oe=61C5D44B\",\"id\":\"17910664232193051\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T16:58:32+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW07uZHrdUk\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261105754_951488728831173_4779519748408310892_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=0x4Lb4hs5IIAX_OTVui&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-mpN8hV4KN4WWNi3EO2_zrkg3xqjE-PW2-lUktK5Oj6g&oe=61C72593\",\"id\":\"18214176289099863\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T16:58:49+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW07whRLLGl\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261243581_355418469686874_6618078308616497601_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=5VuNvVBGqYcAX-cCbKB&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_9sxUbEIn4Z3p2-h5Fdn31IfPoEGvo7BsL9yZSCMPLJA&oe=61C6A90D\",\"id\":\"18142259344228121\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T16:59:11+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW07zNdLXxR\\/\"}],\"pagination\":{\"17841407412039342_users\":\"https:\\/\\/graph.instagram.com\\/v5.0\\/17841407412039342\\/media?access_token=IGQVJVMXJwNnAzazZAvRmJkQWhvTFJBUmhFcEVzeEd6SDluZA3R4LWtvVk9SaE1IM3BNcUd5OWVpZAmY3cktxdVo4aVdSVDJicUtJRGFDQ0M2YUtWWkVvNklSUDRnT3lKTDd0QUotNXJB&fields=media_url%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=80&after=QVFIUkJXMUpaV3Q3UGpTZAUtzQm5JUzBQbU8zdG1pS0ZAuUlUtdjJOZAEk1MFVPVXRzaWxvMkJBazZA4dDA3dk40MWE3alRUd1NheXNfTmV5a1JYT2VpZAmZAGWmVn\"},\"pages_created\":1}','no'),(3201,'!sbi_header_17841407412039342#20','{\"id\":\"17841407412039342\",\"username\":\"lightandlotusyoga\",\"media_count\":116}','no'),(3236,'youtubeprefs_alloptions_backup_13_4_2','a:87:{s:6:\"apikey\";s:39:\"AIzaSyA3La_i7Qdb_Erk3MycQJzLyD6HeJ4bTC0\";s:3:\"rel\";s:1:\"0\";s:14:\"modestbranding\";i:1;s:10:\"responsive\";i:1;s:14:\"responsive_all\";i:1;s:8:\"defer_js\";i:0;s:16:\"gallery_pagesize\";i:12;s:15:\"gallery_columns\";i:3;s:16:\"not_live_content\";s:0:\"\";s:11:\"not_live_on\";i:0;s:10:\"ytapi_load\";s:5:\"light\";s:12:\"gdpr_consent\";i:0;s:20:\"gdpr_consent_message\";s:360:\"<strong>Please accept YouTube cookies to play this video.</strong> By accepting you will be accessing content from YouTube, a service provided by an external third party.\r\n\r\n<a href=\"https://policies.google.com/privacy\" target=\"_blank\" rel=\"noopener\">YouTube privacy policy</a>\r\n\r\nIf you accept this notice, your choice will be saved and the page will refresh.\";s:19:\"gdpr_consent_button\";s:22:\"Accept YouTube Content\";s:8:\"nocookie\";i:0;s:9:\"onboarded\";i:1;s:7:\"version\";s:6:\"13.4.2\";s:9:\"centervid\";i:0;s:6:\"glance\";i:0;s:8:\"autoplay\";i:0;s:14:\"cc_load_policy\";i:0;s:12:\"cc_lang_pref\";s:0:\"\";s:14:\"iv_load_policy\";i:1;s:4:\"loop\";i:0;s:2:\"fs\";i:1;s:11:\"playsinline\";i:0;s:6:\"origin\";i:0;s:8:\"autohide\";i:2;s:2:\"hl\";s:0:\"\";s:4:\"dohl\";i:0;s:5:\"theme\";s:4:\"dark\";s:5:\"color\";s:3:\"red\";s:3:\"pro\";s:0:\"\";s:9:\"gb_compat\";i:1;s:13:\"playlistorder\";i:0;s:8:\"acctitle\";i:0;s:7:\"migrate\";i:0;s:15:\"migrate_youtube\";i:0;s:22:\"migrate_embedplusvideo\";i:0;s:8:\"controls\";i:1;s:10:\"oldspacing\";i:0;s:13:\"frontend_only\";i:1;s:9:\"widgetfit\";i:1;s:16:\"evselector_light\";i:0;s:18:\"stop_mobile_buffer\";i:1;s:15:\"restrict_wizard\";i:0;s:21:\"restrict_wizard_roles\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:11:\"ajax_compat\";i:0;s:11:\"defaultdims\";i:0;s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:12:\"pause_others\";i:0;s:10:\"defaultvol\";i:0;s:3:\"vol\";s:0:\"\";s:21:\"gallery_collapse_grid\";i:0;s:28:\"gallery_collapse_grid_breaks\";a:1:{i:0;a:2:{s:2:\"bp\";a:2:{s:3:\"min\";i:0;s:3:\"max\";i:767;}s:4:\"cols\";i:1;}}s:20:\"gallery_scrolloffset\";i:20;s:19:\"gallery_hideprivate\";i:1;s:17:\"gallery_showtitle\";i:1;s:18:\"gallery_showpaging\";i:1;s:16:\"gallery_autonext\";i:0;s:17:\"gallery_thumbplay\";i:1;s:18:\"gallery_channelsub\";i:0;s:22:\"gallery_channelsublink\";s:0:\"\";s:22:\"gallery_channelsubtext\";s:23:\"Subscribe to my channel\";s:20:\"gallery_customarrows\";i:0;s:18:\"gallery_customnext\";s:4:\"Next\";s:18:\"gallery_customprev\";s:4:\"Prev\";s:9:\"debugmode\";i:0;s:17:\"admin_off_scripts\";i:0;s:12:\"defer_jquery\";i:0;s:9:\"ajax_save\";i:1;s:12:\"show_pointer\";i:1;s:17:\"old_script_method\";i:0;s:9:\"vi_active\";i:0;s:20:\"vi_hide_monetize_tab\";i:0;s:12:\"vi_endpoints\";s:0:\"\";s:8:\"vi_token\";s:0:\"\";s:13:\"vi_last_login\";s:19:\"2000-01-01 00:00:00\";s:23:\"vi_last_category_update\";s:19:\"2000-01-01 00:00:00\";s:9:\"vi_adstxt\";s:0:\"\";s:14:\"vi_js_settings\";a:15:{s:5:\"divId\";s:20:\"ytvi_story_container\";s:8:\"language\";s:5:\"en-us\";s:11:\"iabCategory\";s:0:\"\";s:4:\"font\";s:5:\"Arial\";s:8:\"fontSize\";i:12;s:8:\"keywords\";s:0:\"\";s:9:\"textColor\";s:7:\"#000000\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:11:\"vioptional1\";s:0:\"\";s:11:\"vioptional2\";s:0:\"\";s:11:\"vioptional3\";s:0:\"\";s:5:\"float\";b:1;s:10:\"dfpSupport\";b:1;s:13:\"sponsoredText\";s:0:\"\";s:13:\"poweredByText\";s:0:\"\";}s:12:\"vi_js_script\";s:0:\"\";s:15:\"vi_js_posttypes\";a:0:{}s:14:\"vi_js_position\";s:3:\"top\";s:26:\"vi_show_gdpr_authorization\";i:1;s:22:\"vi_show_privacy_button\";i:0;}','no'),(3364,'sbi_refresh_report','a:2:{s:5:\"notes\";a:1:{s:8:\"time_ran\";s:19:\"2021-12-05 01:58:35\";}i:17841407412039342;a:2:{s:16:\"should_do_update\";b:0;s:6:\"reason\";s:38:\"token expiration date not close enough\";}}','no'),(4695,'_elementor_settings_update_time','1627864653','yes'),(4696,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(4697,'elementor_disable_color_schemes','','yes'),(4698,'elementor_disable_typography_schemes','','yes'),(4699,'elementor_allow_tracking','no','yes'),(4700,'elementor_notice','','yes'),(4701,'elementor_google_maps_api_key','','yes'),(4702,'elementor_css_print_method','external','yes'),(4703,'elementor_editor_break_lines','1','yes'),(4704,'elementor_unfiltered_files_upload','','yes'),(4705,'elementor_font_display','auto','yes'),(4706,'elementor_load_fa4_shim','','yes'),(4707,'elementor_experiment-e_dom_optimization','default','yes'),(4708,'elementor_experiment-e_optimized_assets_loading','default','yes'),(4709,'elementor_experiment-e_optimized_css_loading','default','yes'),(4710,'elementor_experiment-a11y_improvements','default','yes'),(4711,'elementor_experiment-e_import_export','default','yes'),(4712,'elementor_experiment-landing-pages','default','yes'),(4713,'elementor_experiment-elements-color-picker','default','yes'),(4714,'elementor_experiment-admin-top-bar','default','yes'),(4799,'booking_package_function_for_member','0','yes'),(4800,'booking_package_reject_non_membder','0','yes'),(4801,'booking_package_visitors_registration_for_member','0','yes'),(4802,'booking_package_check_email_for_member','0','yes'),(4803,'booking_package_accept_subscribers_as_users','0','yes'),(4804,'booking_package_accept_contributors_as_users','0','yes'),(4805,'booking_package_user_toolbar','0','yes'),(4806,'booking_package_ical_token','00fbd046bddffa0ff7ae6f947611760f1163623f','yes'),(4807,'_booking-package_css_v','1627867843','yes'),(4808,'_booking-package_javascript_v','1627867843','yes'),(4831,'simplybook_me','a:7:{s:5:\"login\";s:10:\"simplydemo\";s:6:\"server\";s:24:\"simplydemo.simplybook.me\";s:8:\"template\";s:7:\"default\";s:13:\"timeline_type\";s:6:\"modern\";s:15:\"datepicker_type\";s:12:\"top_calendar\";s:11:\"themeparams\";a:1:{s:14:\"main_page_mode\";s:7:\"default\";}s:6:\"is_rtl\";i:0;}','yes'),(4832,'_booking_package_customer_id_for_subscriptions','0','yes'),(4833,'_booking_package_id_for_subscriptions','0','yes'),(4834,'_booking_package_customer_email_for_subscriptions','0','yes'),(4835,'_booking_package_invoice_id_for_subscriptions','0','yes'),(4836,'_booking_package_expiration_date_for_subscriptions','0','yes'),(4847,'action_scheduler_migration_status','complete','yes'),(4863,'wc_bookings_version','1.15.43','yes'),(4864,'wc_bookings_db_version','1.14.5','yes'),(4865,'_transient_bookings-transient-version','1631801522','yes'),(4866,'wc_bookings_timezone_settings','a:3:{s:31:\"use_server_timezone_for_actions\";s:2:\"no\";s:19:\"use_client_timezone\";s:2:\"no\";s:19:\"use_client_firstday\";s:2:\"no\";}','yes'),(4867,'woocommerce_admin_notice_woocommerce_bookings_activation','<strong>Bookings has been activated!</strong><br><br><a href=\"https://lightandlotusyoga.calvarycrossag.com/wp-admin/post-new.php?post_type=product&amp;bookable_product=1\">Add or edit a product</a> to manage bookings in the Product Data section for individual products and then go to the <a href=\"https://lightandlotusyoga.calvarycrossag.com/wp-admin/edit.php?post_type=wc_booking\" target=\"_blank\">Bookings page</a> to manage them individually.','yes'),(5020,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:24:\"chelseabetts89@gmail.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Congratulations on the sale.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(5021,'woocommerce_cancelled_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:24:\"chelseabetts89@gmail.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Thanks for reading.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(5023,'woocommerce_failed_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:24:\"chelseabetts89@gmail.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:146:\"Hopefully they’ll be back. Read more about <a href=\"https://docs.woocommerce.com/document/managing-orders/\">troubleshooting failed payments</a>.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(5024,'woocommerce_new_booking_settings','a:7:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:24:\"chelseabetts89@gmail.com\";s:7:\"subject\";s:0:\"\";s:20:\"subject_confirmation\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:20:\"heading_confirmation\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes'),(5026,'woocommerce_admin_booking_cancelled_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:24:\"chelseabetts89@gmail.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes'),(5211,'rsssl_activated_plugin','1','yes'),(5212,'rlrsssl_options','a:15:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:0;s:25:\"ssl_success_message_shown\";b:0;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"5.0.6\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:0;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:21:\"dismiss_review_notice\";b:0;}','yes'),(5213,'rsssl_remaining_tasks','1','yes'),(5222,'rsssl_current_version','5.0.6','yes'),(5225,'https_migration_required','','yes'),(5226,'rsssl_activation_timestamp','1627911975','yes'),(5250,'_elementor_global_css','a:6:{s:4:\"time\";i:1627912544;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'),(5343,'category_children','a:0:{}','yes'),(6897,'woocommerce_analytics_enabled','yes','yes'),(9729,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','yes'),(10026,'_transient_timeout_booking_slots_transient_keys','1666950470','no'),(10027,'_transient_booking_slots_transient_keys','a:1:{i:263;a:7:{i:0;s:40:\"book_ts_ba3aeba6a3b19f8e003511b3a2554e2d\";i:1;s:40:\"book_ts_210e9a465996d3b4aa38d76173a61dd8\";i:2;s:40:\"book_ts_d6715d606634935b34a23697fbc46184\";i:3;s:40:\"book_ts_1813991b2fbaa391fc661f559eca3d0a\";i:4;s:40:\"book_ts_d4e08d750ccff064c45b4db45e94214c\";i:5;s:40:\"book_ts_a33d4e9cfac778d405b713f921517840\";i:6;s:40:\"book_ts_ad33ab7f92a15c8d515a4327dc38344e\";}}','no'),(10032,'_transient_timeout_book_ts_ba3aeba6a3b19f8e003511b3a2554e2d','1664116314','no'),(10033,'_transient_book_ts_ba3aeba6a3b19f8e003511b3a2554e2d','a:4:{i:1632743100;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632746700;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632750300;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632753900;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}}','no'),(10038,'_transient_timeout_book_ts_210e9a465996d3b4aa38d76173a61dd8','1664116326','no'),(10039,'_transient_book_ts_210e9a465996d3b4aa38d76173a61dd8','a:7:{i:1632817800;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632821400;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632825000;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632828600;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632832200;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632835800;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632839400;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}}','no'),(10044,'_transient_timeout_book_ts_d6715d606634935b34a23697fbc46184','1664116333','no'),(10045,'_transient_book_ts_d6715d606634935b34a23697fbc46184','a:7:{i:1632904200;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632907800;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632911400;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632915000;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632918600;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632922200;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632925800;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}}','no'),(10050,'_transient_timeout_book_ts_1813991b2fbaa391fc661f559eca3d0a','1664116339','no'),(10051,'_transient_book_ts_1813991b2fbaa391fc661f559eca3d0a','a:7:{i:1632990600;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632994200;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1632997800;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1633001400;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1633005000;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1633008600;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1633012200;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}}','no'),(10056,'_transient_timeout_book_ts_d4e08d750ccff064c45b4db45e94214c','1664116345','no'),(10057,'_transient_book_ts_d4e08d750ccff064c45b4db45e94214c','a:4:{i:1633088700;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1633092300;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1633095900;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1633099500;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}}','no'),(13102,'_transient_timeout_book_ts_a33d4e9cfac778d405b713f921517840','1666950464','no'),(13103,'_transient_book_ts_a33d4e9cfac778d405b713f921517840','a:5:{i:1635417000;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1635420600;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1635424200;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1635427800;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1635431400;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}}','no'),(13108,'_transient_timeout_book_ts_ad33ab7f92a15c8d515a4327dc38344e','1666950470','no'),(13109,'_transient_book_ts_ad33ab7f92a15c8d515a4327dc38344e','a:4:{i:1635507900;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1635511500;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1635515100;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}i:1635518700;a:3:{s:6:\"booked\";i:0;s:9:\"available\";i:50;s:9:\"resources\";a:1:{i:0;i:50;}}}','no'),(14162,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(14165,'woocommerce_admin_version','2.8.0','yes'),(14306,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.2\";s:7:\"version\";s:5:\"5.8.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1638669518;s:15:\"version_checked\";s:5:\"5.8.2\";s:12:\"translations\";a:0:{}}','no'),(14419,'_transient_timeout_book_fo_3b156116d12ddc23b3095e37486e1fff','1639340697','no'),(14420,'_transient_book_fo_3b156116d12ddc23b3095e37486e1fff','a:0:{}','no'),(15745,'_site_transient_timeout_php_check_1d343e7f9aee33bb3a30d3fe7077ec03','1638889256','no'),(15746,'_site_transient_php_check_1d343e7f9aee33bb3a30d3fe7077ec03','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(15773,'_transient_timeout_book_res_ids_0f9774efb1d19c99c1e9fef8b303a061','1640897356','no'),(15774,'_transient_book_res_ids_0f9774efb1d19c99c1e9fef8b303a061','a:0:{}','no'),(15810,'_transient_timeout_book_fo_33d63dd15d126deacb4f17d8bd6eab03','1640919565','no'),(15811,'_transient_book_fo_33d63dd15d126deacb4f17d8bd6eab03','a:0:{}','no'),(16143,'_transient_timeout__woocommerce_helper_updates','1638672162','no'),(16144,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"a40f4f17fb1334f416470e99e8c0aa8c\";s:7:\"updated\";i:1638628962;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(16168,'_transient_timeout__woocommerce_helper_subscriptions','1638670418','no'),(16169,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(16170,'_site_transient_timeout_theme_roots','1638671318','no'),(16171,'_site_transient_theme_roots','a:4:{s:4:\"neve\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(16172,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638669519;s:7:\"checked\";a:4:{s:4:\"neve\";s:6:\"2.11.4\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.2\";}s:8:\"response\";a:4:{s:4:\"neve\";a:6:{s:5:\"theme\";s:4:\"neve\";s:11:\"new_version\";s:5:\"3.1.0\";s:3:\"url\";s:34:\"https://wordpress.org/themes/neve/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/neve.3.1.0.zip\";s:8:\"requires\";s:3:\"5.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:8:\"requires\";s:5:\"4.9.6\";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:\"1.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.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.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(16173,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638669519;s:8:\"response\";a:5:{s:30:\"youtube-embed-plus/youtube.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/youtube-embed-plus\";s:4:\"slug\";s:18:\"youtube-embed-plus\";s:6:\"plugin\";s:30:\"youtube-embed-plus/youtube.php\";s:11:\"new_version\";s:8:\"14.0.1.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/youtube-embed-plus/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/youtube-embed-plus.14.0.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/youtube-embed-plus/assets/icon-256x256.png?rev=2165403\";s:2:\"1x\";s:71:\"https://ps.w.org/youtube-embed-plus/assets/icon-128x128.png?rev=2165403\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/youtube-embed-plus/assets/banner-1544x500.png?rev=2165457\";s:2:\"1x\";s:73:\"https://ps.w.org/youtube-embed-plus/assets/banner-772x250.png?rev=2165403\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";b:0;}s:51:\"ooohboi-steroids-for-elementor/ooohboi-steroids.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:44:\"w.org/plugins/ooohboi-steroids-for-elementor\";s:4:\"slug\";s:30:\"ooohboi-steroids-for-elementor\";s:6:\"plugin\";s:51:\"ooohboi-steroids-for-elementor/ooohboi-steroids.php\";s:11:\"new_version\";s:5:\"1.8.2\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/ooohboi-steroids-for-elementor/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/ooohboi-steroids-for-elementor.1.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/ooohboi-steroids-for-elementor/assets/icon-256x256.png?rev=2258096\";s:2:\"1x\";s:83:\"https://ps.w.org/ooohboi-steroids-for-elementor/assets/icon-128x128.png?rev=2258096\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/ooohboi-steroids-for-elementor/assets/banner-1544x500.png?rev=2258096\";s:2:\"1x\";s:85:\"https://ps.w.org/ooohboi-steroids-for-elementor/assets/banner-772x250.png?rev=2258096\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"7.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:\"5.2.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.5.2.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2594863\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2594863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:5:\"2.9.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/instagram-feed.2.9.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2137676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2137676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";b:0;}s:33:\"woo-bookings-calendar/wbclite.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/woo-bookings-calendar\";s:4:\"slug\";s:21:\"woo-bookings-calendar\";s:6:\"plugin\";s:33:\"woo-bookings-calendar/wbclite.php\";s:11:\"new_version\";s:6:\"1.0.30\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/woo-bookings-calendar/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/woo-bookings-calendar.1.0.30.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/woo-bookings-calendar/assets/icon-128x128.png?rev=2049014\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{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:\"4.2.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.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.4.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.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:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"1.6.5\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.1.6.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2308485\";s:3:\"svg\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2308485\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.jpg?rev=2308485\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.jpg?rev=2308485\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.2.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s: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:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:5:\"3.6.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"4.7.2\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.4.7.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-256x256.png?rev=2421900\";s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.jpg?rev=2628103\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.jpg?rev=2628103\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"5.9.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}}s:7:\"checked\";a:15:{s:19:\"akismet/akismet.php\";s:5:\"4.2.1\";s:23:\"elementor/elementor.php\";s:5:\"3.4.8\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"1.6.5\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"2.5.0\";s:30:\"youtube-embed-plus/youtube.php\";s:6:\"13.4.3\";s:9:\"hello.php\";s:5:\"1.7.2\";s:27:\"ninja-forms/ninja-forms.php\";s:5:\"3.6.7\";s:86:\"simplybookme-online-appointment-scheduling-widget-and-booking-system/simplybook.me.php\";s:5:\"4.0.3\";s:51:\"ooohboi-steroids-for-elementor/ooohboi-steroids.php\";s:5:\"1.7.5\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:5:\"4.7.2\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:5:\"5.0.6\";s:33:\"instagram-feed/instagram-feed.php\";s:5:\"2.9.2\";s:27:\"woocommerce/woocommerce.php\";s:5:\"5.9.0\";s:45:\"woocommerce-bookings/woocommerce-bookings.php\";s:7:\"1.15.43\";s:33:\"woo-bookings-calendar/wbclite.php\";s:6:\"1.0.29\";}}','no'),(16192,'_transient_doing_cron','1646906708.3125209808349609375000','yes'),(16201,'_transient_timeout_wc_term_counts','1641396932','no'),(16202,'_transient_wc_term_counts','a:1:{i:19;s:1:\"1\";}','no'),(16203,'_transient_timeout_wc_related_263','1638891332','no'),(16204,'_transient_wc_related_263','a:1:{s:51:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=263\";a:0:{}}','no'),(16221,'_transient_timeout_wc_onboarding_product_data','1639607254','no');
INSERT INTO `wp_options` VALUES (16222,'_transient_wc_onboarding_product_data','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 14 Dec 2021 22:27:34 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"12350\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:4:\"x-rq\";s:13:\"den1 0 4 9980\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"age\";s:2:\"16\";s:7:\"x-cache\";s:3:\"hit\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}}s:4:\"body\";s:64907:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":null},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2.1,\"reviews_count\":51,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/02\\/wcpay-icon-fv4tef.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.5,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":64,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.5,\"reviews_count\":38,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":21,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads &amp; Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.4,\"reviews_count\":109,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/pp_v_rgb-didybc.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":78,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/07\\/Bundles_logo-0cllvb.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":114,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.2,\"reviews_count\":32,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":3,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.8,\"reviews_count\":39,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":21,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.6,\"reviews_count\":120,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate your WooCommerce store with 4000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.5,\"reviews_count\":33,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":null},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.4,\"reviews_count\":27,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":52,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices &amp; Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.3,\"reviews_count\":27,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":36,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":null},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/06\\/Composites_logo-8dctno.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":99,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/03\\/CSP_Logo-abcc0f.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.8,\"reviews_count\":42,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":4,\"reviews_count\":19,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":136,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"Accept payment with First Data using the Payeezy Gateway, Payeezy, or legacy Global Gateway payment gateways.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:64907:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":null},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2.1,\"reviews_count\":51,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/02\\/wcpay-icon-fv4tef.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.5,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":64,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.5,\"reviews_count\":38,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":21,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads &amp; Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.4,\"reviews_count\":109,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/pp_v_rgb-didybc.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":78,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/07\\/Bundles_logo-0cllvb.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":114,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.2,\"reviews_count\":32,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":3,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.8,\"reviews_count\":39,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":21,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.6,\"reviews_count\":120,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate your WooCommerce store with 4000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.5,\"reviews_count\":33,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":null},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.4,\"reviews_count\":27,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":52,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices &amp; Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.3,\"reviews_count\":27,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":36,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":null},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/06\\/Composites_logo-8dctno.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":99,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/03\\/CSP_Logo-abcc0f.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.8,\"reviews_count\":42,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":4,\"reviews_count\":19,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":136,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"Accept payment with First Data using the Payeezy Gateway, Payeezy, or legacy Global Gateway payment gateways.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"}]}\";s:3:\"raw\";s:65587:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Tue, 14 Dec 2021 22:27:34 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 12350\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\r\nX-WCCOM-Cache: HIT\r\nCache-Control: max-age=60\r\nAllow: GET\r\nX-rq: den1 0 4 9980\r\nContent-Encoding: gzip\r\nAge: 16\r\nX-Cache: hit\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\nStrict-Transport-Security: max-age=31536000\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":null},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2.1,\"reviews_count\":51,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/02\\/wcpay-icon-fv4tef.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.5,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.2,\"reviews_count\":64,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.5,\"reviews_count\":38,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":21,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads &amp; Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.4,\"reviews_count\":109,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.7,\"reviews_count\":18,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/pp_v_rgb-didybc.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":78,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/07\\/Bundles_logo-0cllvb.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":114,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.2,\"reviews_count\":32,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":3,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.8,\"reviews_count\":39,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.9,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":21,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.6,\"reviews_count\":120,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate your WooCommerce store with 4000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.5,\"reviews_count\":33,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":null},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.4,\"reviews_count\":27,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":52,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices &amp; Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.3,\"reviews_count\":27,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":36,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":null},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/06\\/Composites_logo-8dctno.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":99,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/03\\/CSP_Logo-abcc0f.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.8,\"reviews_count\":42,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":4,\"reviews_count\":19,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":136,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"Accept payment with First Data using the Payeezy Gateway, Payeezy, or legacy Global Gateway payment gateways.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"}]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 14 Dec 2021 22:27:34 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"12350\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:4:\"x-rq\";a:1:{i:0;s:13:\"den1 0 4 9980\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:3:\"age\";a:1:{i:0;s:2:\"16\";}s:7:\"x-cache\";a:1:{i:0;s:3:\"hit\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=31536000\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(16235,'_transient_timeout_sbi_i_17841407412039342#20','1645126167','no'),(16236,'_transient_sbi_i_17841407412039342#20','{\"17909915806938313\":{\"id\":\"218345920_1040975199771030_7224337519360626527_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17920305550779863\":{\"id\":\"220157840_505740827174952_1804389172169630299_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17931134188576492\":{\"id\":\"217270252_511644330068498_6175354426134764519_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17877108071425356\":{\"id\":\"229747686_111285891185030_8256255982159567692_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17888470484378676\":{\"id\":\"240404594_383901636662622_6811775241103251809_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17845484087639559\":{\"id\":\"240648222_371737331293527_862757477543245099_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17897029367148730\":{\"id\":\"240742580_122036276832205_2434391556172182860_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17909058998039344\":{\"id\":\"240890604_559413568830263_8816734172020495197_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18099924658269209\":{\"id\":\"241120210_592484518437272_3973458297084188967_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17888830961269099\":{\"id\":\"233608464_438290967218171_6059387430339791846_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17932087264656246\":{\"id\":\"241145473_221947916560854_1132353466068241492_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18170747560085632\":{\"id\":\"242624065_1189612698218434_4810146897016587588_n\",\"ratio\":\"1.19\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18133429126238530\":{\"id\":\"244636065_1269765173465738_3358085465491045009_n.webp\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17894548250274623\":{\"id\":\"244025242_977691549446875_7774884376815134421_n.webp\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18188552179124798\":{\"id\":\"246508719_1241417679705974_4735613977461930355_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17902492520222125\":{\"id\":\"257558845_588440849149979_1166592303080032097_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17890189292457378\":{\"id\":\"263004081_3041427576126068_4029188176651790833_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,5,'_wp_attached_file','woocommerce-placeholder.png'),(4,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6,11,'_elementor_edit_mode','builder'),(7,11,'_elementor_template_type','kit'),(9,13,'_edit_last','1'),(10,13,'_edit_lock','1628194074:1'),(11,13,'_wp_page_template','elementor_canvas'),(12,13,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(13,13,'ehf_target_exclude_locations','a:0:{}'),(14,13,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(15,13,'ehf_template_type','type_header'),(16,13,'_elementor_edit_mode','builder'),(17,13,'_elementor_template_type','wp-post'),(18,13,'_elementor_version','3.3.1'),(20,13,'ekit_post_views_count','14'),(27,16,'_elementor_edit_mode','builder'),(28,16,'_elementor_template_type','page'),(29,16,'_elementor_version','3.2.2'),(30,17,'_elementor_edit_mode','builder'),(31,17,'_elementor_template_type','page'),(32,17,'_elementor_version','3.2.2'),(33,16,'_wp_page_template','elementor_canvas'),(34,16,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}}'),(35,16,'_elementor_data','[{\"id\":\"522e3ce7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b0a8b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"161369df\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"12ab7b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e6ef26a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4dcb0c5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c1acee1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e9bad6d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70833169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f6b8ad8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#DC1313\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#DC1313\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\",\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"all_background_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"all_background_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"all_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\"},\"all_background_hover_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"all_background_hover_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"all_background_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"all_background_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(36,18,'_elementor_edit_mode','builder'),(37,18,'_elementor_template_type','page'),(38,18,'_elementor_version','3.2.2'),(39,18,'_wp_page_template','elementor_canvas'),(40,18,'_elementor_page_settings','a:6:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:16:\"background_image\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_tablet\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:23:\"background_image_mobile\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:25:\"background_video_fallback\";a:2:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:28:\"background_slideshow_gallery\";a:0:{}}'),(41,18,'_elementor_data','[{\"id\":\"522e3ce7\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b0a8b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"161369df\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"12ab7b5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e6ef26a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"\",\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4dcb0c5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c1acee1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5e9bad6d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70833169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_image\":{\"url\":\"\",\"id\":\"\"},\"background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f6b8ad8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#DC1313\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#DC1313\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\",\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\"},\"all_background_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"all_background_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"all_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\"},\"all_background_hover_color_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"all_background_hover_color_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"all_background_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"all_background_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\"},\"_background_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_tablet\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_image_mobile\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\"}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(42,16,'_elementor_controls_usage','a:5:{s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"shape\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:5:{s:13:\"primary_color\";i:2;s:15:\"secondary_color\";i:2;s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;}s:21:\"section_style_content\";a:8:{s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:32:\"description_typography_font_size\";i:2;s:26:\"content_vertical_alignment\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:19:\"border_width_mobile\";i:2;s:12:\"border_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:15:\"navigation-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:12:\"section_menu\";a:1:{s:4:\"menu\";i:1;}s:14:\"section_layout\";a:1:{s:13:\"navmenu_align\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:9:{s:14:\"menu_row_space\";i:1;s:7:\"pointer\";i:1;s:14:\"animation_line\";i:1;s:14:\"animation_text\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;}s:22:\"section_style_dropdown\";a:2:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;}s:12:\"style_toggle\";a:2:{s:23:\"toggle_background_color\";i:1;s:18:\"toggle_size_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:11:\"_element_id\";i:1;}}}}}'),(45,19,'_wp_page_template','default'),(46,19,'_elementor_edit_mode','builder'),(47,19,'_elementor_template_type','wp-post'),(48,19,'_elementor_version','3.2.2'),(50,20,'_wp_page_template','default'),(51,20,'_elementor_edit_mode','builder'),(52,20,'_elementor_template_type','wp-post'),(53,20,'_elementor_version','3.2.2'),(55,13,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(56,13,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e2ec9b\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69ddcf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus\",\"align_mobile\":\"center\",\"title_color\":\"#554A9A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Seaweed Script\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"600\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"hover_animation\":\"float\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\",\"menu_last_item\":\"cta\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_background\":\"classic\",\"all_background_color_color\":\"#554A9A\",\"all_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(57,21,'_wp_page_template','elementor_canvas'),(58,21,'_elementor_edit_mode','builder'),(59,21,'_elementor_template_type','wp-post'),(60,21,'_elementor_version','3.2.2'),(62,21,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(63,21,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#DC1313\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#DC1313\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(65,22,'_edit_lock','1627912485:1'),(66,22,'_edit_last','1'),(67,22,'_elementor_edit_mode','builder'),(68,22,'_elementor_template_type','wp-page'),(69,22,'_elementor_version','3.3.1'),(71,22,'_wp_page_template','elementor_header_footer'),(72,22,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"\\/videos\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e483c42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"197f952\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb1d4e\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"383ed75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd48b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c18751\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3ed710\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"300da94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0477c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(74,24,'_elementor_edit_mode','builder'),(75,24,'_elementor_template_type','wp-page'),(76,24,'_elementor_version','3.2.2'),(77,24,'_wp_page_template','default'),(78,24,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/180180360.hd.mp4\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5123280\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43c1b3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"9f43f31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(80,25,'_elementor_edit_mode','builder'),(81,25,'_elementor_template_type','wp-page'),(82,25,'_elementor_version','3.2.2'),(83,25,'_wp_page_template','default'),(84,25,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/180180360.hd.mp4\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5123280\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43c1b3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"9f43f31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(86,26,'_elementor_edit_mode','builder'),(87,26,'_elementor_template_type','wp-page'),(88,26,'_elementor_version','3.2.2'),(89,26,'_wp_page_template','default'),(90,26,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/180180360.hd.mp4\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5123280\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43c1b3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"9f43f31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(99,28,'_elementor_edit_mode','builder'),(100,28,'_elementor_template_type','wp-page'),(101,28,'_elementor_version','3.2.2'),(102,28,'_wp_page_template','default'),(103,28,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/180180360.hd.mp4\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5123280\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43c1b3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"9f43f31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(104,29,'_elementor_edit_mode','builder'),(105,29,'_elementor_template_type','wp-page'),(106,29,'_elementor_version','3.2.2'),(107,29,'_wp_page_template','default'),(108,29,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/180180360.hd.mp4\",\"background_play_on_mobile\":\"yes\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"5123280\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"43c1b3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"9f43f31\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(109,30,'_elementor_edit_mode','builder'),(110,30,'_elementor_template_type','wp-page'),(111,30,'_elementor_version','3.2.2'),(112,30,'_wp_page_template','default'),(113,30,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/180180360.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(121,32,'_elementor_edit_mode','builder'),(122,32,'_elementor_template_type','wp-page'),(123,32,'_elementor_version','3.2.2'),(124,32,'_wp_page_template','default'),(125,32,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/180180360.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(126,33,'_elementor_edit_mode','builder'),(127,33,'_elementor_template_type','wp-page'),(128,33,'_elementor_version','3.2.2'),(129,33,'_wp_page_template','default'),(130,33,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/180180360.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(131,34,'_elementor_edit_mode','builder'),(132,34,'_elementor_template_type','wp-page'),(133,34,'_elementor_version','3.2.2'),(134,34,'_wp_page_template','default'),(135,34,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(137,35,'_elementor_edit_mode','builder'),(138,35,'_elementor_template_type','wp-page'),(139,35,'_elementor_version','3.2.2'),(140,35,'_wp_page_template','default'),(141,35,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(142,36,'_elementor_edit_mode','builder'),(143,36,'_elementor_template_type','wp-page'),(144,36,'_elementor_version','3.2.2'),(145,36,'_wp_page_template','default'),(146,36,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(147,37,'_elementor_edit_mode','builder'),(148,37,'_elementor_template_type','wp-page'),(149,37,'_elementor_version','3.2.2'),(150,37,'_wp_page_template','default'),(151,37,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(153,38,'_elementor_edit_mode','builder'),(154,38,'_elementor_template_type','wp-page'),(155,38,'_elementor_version','3.2.2'),(156,38,'_wp_page_template','default'),(157,38,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(158,39,'_elementor_edit_mode','builder'),(159,39,'_elementor_template_type','wp-page'),(160,39,'_elementor_version','3.2.2'),(161,39,'_wp_page_template','default'),(162,39,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163,40,'_elementor_edit_mode','builder'),(164,40,'_elementor_template_type','wp-page'),(165,40,'_elementor_version','3.2.2'),(166,40,'_wp_page_template','default'),(167,40,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(175,42,'_wp_attached_file','2021/05/yoga-class-light-and-lotus.jpg'),(176,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2021/05/yoga-class-light-and-lotus.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"yoga-class-light-and-lotus-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:38:\"yoga-class-light-and-lotus-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:38:\"yoga-class-light-and-lotus-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:38:\"yoga-class-light-and-lotus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"yoga-class-light-and-lotus-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"yoga-class-light-and-lotus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"yoga-class-light-and-lotus-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"yoga-class-light-and-lotus-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:38:\"yoga-class-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"yoga-class-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(177,43,'_wp_attached_file','2021/05/video-yoga-class-light-and-lotus.jpg'),(178,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:44:\"2021/05/video-yoga-class-light-and-lotus.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"video-yoga-class-light-and-lotus-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:44:\"video-yoga-class-light-and-lotus-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:44:\"video-yoga-class-light-and-lotus-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"video-yoga-class-light-and-lotus-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:46:\"video-yoga-class-light-and-lotus-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:44:\"video-yoga-class-light-and-lotus-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:44:\"video-yoga-class-light-and-lotus-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:44:\"video-yoga-class-light-and-lotus-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:44:\"video-yoga-class-light-and-lotus-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:44:\"video-yoga-class-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(179,44,'_wp_attached_file','2021/05/outdoor-yoga-class-light-and-lotus.jpg'),(180,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1125;s:4:\"file\";s:46:\"2021/05/outdoor-yoga-class-light-and-lotus.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"outdoor-yoga-class-light-and-lotus-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"outdoor-yoga-class-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"outdoor-yoga-class-light-and-lotus-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"outdoor-yoga-class-light-and-lotus-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"outdoor-yoga-class-light-and-lotus-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"outdoor-yoga-class-light-and-lotus-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:46:\"outdoor-yoga-class-light-and-lotus-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"outdoor-yoga-class-light-and-lotus-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:46:\"outdoor-yoga-class-light-and-lotus-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"outdoor-yoga-class-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(181,45,'_elementor_edit_mode','builder'),(182,45,'_elementor_template_type','wp-page'),(183,45,'_elementor_version','3.2.2'),(184,45,'_wp_page_template','default'),(185,45,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(186,46,'_elementor_edit_mode','builder'),(187,46,'_elementor_template_type','wp-page'),(188,46,'_elementor_version','3.2.2'),(189,46,'_wp_page_template','default'),(190,46,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Shadows Into Light Two\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(191,47,'_elementor_edit_mode','builder'),(192,47,'_elementor_template_type','wp-page'),(193,47,'_elementor_version','3.2.2'),(194,47,'_wp_page_template','default'),(195,47,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873afde\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"31cad19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33f6a30\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5bc2a8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":42,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1594642\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0ed3966\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddff3bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"2863c11\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":43,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"f01deea\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"057b13b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b867b09\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3aecf8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":44,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"34285bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c6598c\",\"elType\":\"widget\",\"settings\":{\"title\":\"first week free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d640ab1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(197,48,'_elementor_edit_mode','builder'),(198,48,'_elementor_template_type','wp-page'),(199,48,'_elementor_version','3.2.2'),(200,48,'_wp_page_template','default'),(201,48,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873afde\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"31cad19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33f6a30\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5bc2a8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":42,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1594642\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0ed3966\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddff3bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"2863c11\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":43,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"f01deea\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"057b13b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b867b09\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3aecf8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":44,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"34285bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c6598c\",\"elType\":\"widget\",\"settings\":{\"title\":\"first week free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d640ab1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(202,49,'_elementor_edit_mode','builder'),(203,49,'_elementor_template_type','wp-page'),(204,49,'_elementor_version','3.2.2'),(205,49,'_wp_page_template','default'),(206,49,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Barefoot Studio offers\\u00a0<\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873afde\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"31cad19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33f6a30\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5bc2a8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":42,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1594642\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0ed3966\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddff3bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"2863c11\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":43,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"f01deea\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"057b13b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b867b09\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3aecf8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":44,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"34285bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c6598c\",\"elType\":\"widget\",\"settings\":{\"title\":\"first week free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d640ab1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(207,50,'_elementor_edit_mode','builder'),(208,50,'_elementor_template_type','wp-page'),(209,50,'_elementor_version','3.2.2'),(210,50,'_wp_page_template','default'),(211,50,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873afde\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"31cad19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33f6a30\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5bc2a8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":42,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1594642\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0ed3966\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddff3bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"2863c11\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":43,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"f01deea\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"057b13b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b867b09\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3aecf8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":44,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"34285bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c6598c\",\"elType\":\"widget\",\"settings\":{\"title\":\"first week free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d640ab1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(214,51,'_edit_last','1'),(215,51,'_edit_lock','1627274241:1'),(216,51,'_wp_page_template','default'),(217,51,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(218,51,'ehf_target_exclude_locations','a:0:{}'),(219,51,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(220,51,'ehf_template_type','type_footer'),(221,51,'_elementor_edit_mode','builder'),(222,51,'_elementor_template_type','wp-post'),(223,51,'_elementor_version','3.3.1'),(227,51,'ekit_post_views_count','4'),(234,54,'_wp_page_template','default'),(235,54,'_elementor_edit_mode','builder'),(236,54,'_elementor_template_type','wp-post'),(237,54,'_elementor_version','3.2.3'),(238,55,'_wp_page_template','default'),(239,55,'_elementor_edit_mode','builder'),(240,55,'_elementor_template_type','wp-post'),(241,55,'_elementor_version','3.2.3'),(242,51,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a0794b\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6d63a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"172398c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b2926d\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"373643b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"db8019e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"\\u00a9 LIGHT AND LOTUS YOGA [hfe_current_year] <br>Website built by <a href=\\\"https:\\/\\/esselwebdesign.com>Essel Web Design<\\/a>\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":true},{\"id\":\"591f3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(243,56,'_wp_page_template','default'),(244,56,'_elementor_edit_mode','builder'),(245,56,'_elementor_template_type','wp-post'),(246,56,'_elementor_version','3.2.3'),(247,56,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(250,57,'_wp_page_template','default'),(251,57,'_elementor_edit_mode','builder'),(252,57,'_elementor_template_type','wp-post'),(253,57,'_elementor_version','3.2.3'),(254,57,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(256,58,'_wp_page_template','default'),(257,58,'_elementor_edit_mode','builder'),(258,58,'_elementor_template_type','wp-post'),(259,58,'_elementor_version','3.2.3'),(260,58,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(262,59,'_wp_page_template','default'),(263,59,'_elementor_edit_mode','builder'),(264,59,'_elementor_template_type','wp-post'),(265,59,'_elementor_version','3.2.3'),(266,59,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(270,60,'_wp_page_template','default'),(271,60,'_elementor_edit_mode','builder'),(272,60,'_elementor_template_type','wp-post'),(273,60,'_elementor_version','3.2.3'),(274,60,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(276,61,'_wp_page_template','default'),(277,61,'_elementor_edit_mode','builder'),(278,61,'_elementor_template_type','wp-post'),(279,61,'_elementor_version','3.2.3'),(280,61,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(282,62,'_wp_page_template','default'),(283,62,'_elementor_edit_mode','builder'),(284,62,'_elementor_template_type','wp-post'),(285,62,'_elementor_version','3.2.3'),(286,62,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(297,64,'_elementor_edit_mode','builder'),(298,64,'_elementor_template_type','wp-page'),(299,64,'_elementor_version','3.2.3'),(300,64,'_wp_page_template','default'),(301,64,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873afde\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"31cad19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33f6a30\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5bc2a8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":42,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1594642\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0ed3966\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddff3bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"2863c11\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":43,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"f01deea\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"057b13b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b867b09\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3aecf8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":44,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"34285bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c6598c\",\"elType\":\"widget\",\"settings\":{\"title\":\"first week free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d640ab1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(302,65,'_elementor_edit_mode','builder'),(303,65,'_elementor_template_type','wp-page'),(304,65,'_elementor_version','3.2.3'),(305,65,'_wp_page_template','default'),(306,65,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"873afde\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"31cad19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"33f6a30\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"5bc2a8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":42,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1594642\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"0ed3966\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ddff3bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"2863c11\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":43,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"f01deea\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"057b13b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b867b09\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true},{\"id\":\"3aecf8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":44,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\"}]},\"elements\":[{\"id\":\"34285bd\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"6c6598c\",\"elType\":\"widget\",\"settings\":{\"title\":\"first week free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d640ab1\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(307,66,'_elementor_edit_mode','builder'),(308,66,'_elementor_template_type','wp-page'),(309,66,'_elementor_version','3.2.3'),(310,66,'_wp_page_template','elementor_header_footer'),(311,66,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(313,67,'_wp_page_template','default'),(314,67,'_elementor_edit_mode','builder'),(315,67,'_elementor_template_type','wp-post'),(316,67,'_elementor_version','3.2.3'),(317,67,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(319,68,'_wp_page_template','default'),(320,68,'_elementor_edit_mode','builder'),(321,68,'_elementor_template_type','wp-post'),(322,68,'_elementor_version','3.2.3'),(323,68,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(325,69,'_wp_page_template','default'),(326,69,'_elementor_edit_mode','builder'),(327,69,'_elementor_template_type','wp-post'),(328,69,'_elementor_version','3.2.3'),(329,69,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(334,70,'_elementor_edit_mode','builder'),(335,70,'_elementor_template_type','wp-page'),(336,70,'_elementor_version','3.2.3'),(337,70,'_wp_page_template','elementor_header_footer'),(338,70,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(340,71,'_elementor_edit_mode','builder'),(341,71,'_elementor_template_type','wp-page'),(342,71,'_elementor_version','3.2.3'),(343,71,'_wp_page_template','elementor_header_footer'),(344,71,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":125,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\"},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(346,72,'_elementor_edit_mode','builder'),(347,72,'_elementor_template_type','wp-page'),(348,72,'_elementor_version','3.2.3'),(349,72,'_wp_page_template','elementor_header_footer'),(350,72,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(354,73,'_elementor_edit_mode','builder'),(355,73,'_elementor_template_type','wp-page'),(356,73,'_elementor_version','3.2.3'),(357,73,'_wp_page_template','elementor_header_footer'),(358,73,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(360,74,'_elementor_edit_mode','builder'),(361,74,'_elementor_template_type','wp-page'),(362,74,'_elementor_version','3.2.3'),(363,74,'_wp_page_template','elementor_header_footer'),(364,74,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"150\",\"bottom\":\"0\",\"left\":\"150\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(366,75,'_elementor_edit_mode','builder'),(367,75,'_elementor_template_type','wp-page'),(368,75,'_elementor_version','3.2.3'),(369,75,'_wp_page_template','elementor_header_footer'),(370,75,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(374,76,'_wp_page_template','default'),(375,76,'_elementor_edit_mode','builder'),(376,76,'_elementor_template_type','wp-post'),(377,76,'_elementor_version','3.2.3'),(378,76,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(380,77,'_wp_page_template','default'),(381,77,'_elementor_edit_mode','builder'),(382,77,'_elementor_template_type','wp-post'),(383,77,'_elementor_version','3.2.3'),(384,77,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(386,78,'_wp_page_template','default'),(387,78,'_elementor_edit_mode','builder'),(388,78,'_elementor_template_type','wp-post'),(389,78,'_elementor_version','3.2.3'),(390,78,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"b9d7cd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&COPY LIGHT AND LOTUS YOGA\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(393,79,'_wp_page_template','default'),(394,79,'_elementor_edit_mode','builder'),(395,79,'_elementor_template_type','wp-post'),(396,79,'_elementor_version','3.2.3'),(397,79,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"b9d7cd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&COPY LIGHT AND LOTUS YOGA\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(398,80,'_wp_page_template','default'),(399,80,'_elementor_edit_mode','builder'),(400,80,'_elementor_template_type','wp-post'),(401,80,'_elementor_version','3.2.3'),(402,80,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"b9d7cd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&COPY LIGHT AND LOTUS YOGA\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(403,81,'_wp_page_template','default'),(404,81,'_elementor_edit_mode','builder'),(405,81,'_elementor_template_type','wp-post'),(406,81,'_elementor_version','3.2.3'),(407,81,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"b9d7cd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&COPY LIGHT AND LOTUS YOGA 2020\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(410,82,'_wp_page_template','default'),(411,82,'_elementor_edit_mode','builder'),(412,82,'_elementor_template_type','wp-post'),(413,82,'_elementor_version','3.2.3'),(414,82,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"b9d7cd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&COPY LIGHT AND LOTUS YOGA 2020\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(416,83,'_wp_page_template','default'),(417,83,'_elementor_edit_mode','builder'),(418,83,'_elementor_template_type','wp-post'),(419,83,'_elementor_version','3.2.3'),(420,83,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"b9d7cd3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"&COPY LIGHT AND LOTUS YOGA 2020\",\"align\":\"center\",\"text_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(422,84,'_wp_page_template','default'),(423,84,'_elementor_edit_mode','builder'),(424,84,'_elementor_template_type','wp-post'),(425,84,'_elementor_version','3.2.3'),(426,84,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(429,85,'_wp_page_template','default'),(430,85,'_elementor_edit_mode','builder'),(431,85,'_elementor_template_type','wp-post'),(432,85,'_elementor_version','3.2.3'),(433,85,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(434,86,'_wp_page_template','default'),(435,86,'_elementor_edit_mode','builder'),(436,86,'_elementor_template_type','wp-post'),(437,86,'_elementor_version','3.2.3'),(438,86,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e3a121b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"d6ee9ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"c5375be\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"215eda6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(439,87,'_wp_page_template','default'),(440,87,'_elementor_edit_mode','builder'),(441,87,'_elementor_template_type','wp-post'),(442,87,'_elementor_version','3.2.3'),(443,87,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(446,88,'_wp_page_template','default'),(447,88,'_elementor_edit_mode','builder'),(448,88,'_elementor_template_type','wp-post'),(449,88,'_elementor_version','3.2.3'),(450,88,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(452,89,'_wp_page_template','default'),(453,89,'_elementor_edit_mode','builder'),(454,89,'_elementor_template_type','wp-post'),(455,89,'_elementor_version','3.2.3'),(456,89,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<\\/p><p class=\\\"font_7\\\">Little Rock, Arkansas 72202<\\/p><p class=\\\"font_7\\\">Tel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(458,90,'_wp_page_template','default'),(459,90,'_elementor_edit_mode','builder'),(460,90,'_elementor_template_type','wp-post'),(461,90,'_elementor_version','3.2.3'),(462,90,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(466,91,'neve_meta_sidebar','full-width'),(467,91,'neve_meta_enable_content_width','on'),(468,91,'neve_meta_content_width','100'),(469,91,'_edit_lock','1628181898:1'),(470,91,'_elementor_edit_mode','builder'),(471,91,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(472,91,'_elementor_template_type','wp-page'),(473,91,'_elementor_version','3.3.1'),(474,91,'_edit_last','1'),(475,91,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/08\\/Chelsea-Hudspeth.jpeg\",\"id\":270,\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"I am a \",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\",\"premium_prefix_suffix_text_color\":\"#000000\",\"prefix_suffix_typography_typography\":\"custom\",\"prefix_suffix_typography_font_family\":\"Poppins\",\"prefix_suffix_typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"prefix_suffix_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I\'m a southern, sunshine-loving, melanated girl who loves people.\\u00a0I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life\\u00a0was founded. I\'m a fan of all forms of art, live music, food,\\u00a0and festivals. I met my\\u00a0husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"22f0a91\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(476,93,'_wp_attached_file','2021/05/about-light-and-lotus.jpg'),(477,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:33:\"2021/05/about-light-and-lotus.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"about-light-and-lotus-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:34:\"about-light-and-lotus-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:33:\"about-light-and-lotus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"about-light-and-lotus-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:33:\"about-light-and-lotus-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"about-light-and-lotus-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:33:\"about-light-and-lotus-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"about-light-and-lotus-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:33:\"about-light-and-lotus-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:33:\"about-light-and-lotus-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:33:\"about-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(478,94,'_elementor_edit_mode','builder'),(479,94,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(480,94,'_elementor_template_type','wp-page'),(481,94,'_elementor_version','3.2.3'),(482,94,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(483,95,'_elementor_edit_mode','builder'),(484,95,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(485,95,'_elementor_template_type','wp-page'),(486,95,'_elementor_version','3.2.3'),(487,95,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About us\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(488,96,'_elementor_edit_mode','builder'),(489,96,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(490,96,'_elementor_template_type','wp-page'),(491,96,'_elementor_version','3.2.3'),(492,96,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(494,97,'_elementor_edit_mode','builder'),(495,97,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(496,97,'_elementor_template_type','wp-page'),(497,97,'_elementor_version','3.2.3'),(498,97,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(499,98,'_elementor_edit_mode','builder'),(500,98,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(501,98,'_elementor_template_type','wp-page'),(502,98,'_elementor_version','3.2.3'),(503,98,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(504,99,'_elementor_edit_mode','builder'),(505,99,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(506,99,'_elementor_template_type','wp-page'),(507,99,'_elementor_version','3.2.3'),(508,99,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(517,101,'_elementor_edit_mode','builder'),(518,101,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(519,101,'_elementor_template_type','wp-page'),(520,101,'_elementor_version','3.2.3'),(521,101,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(523,102,'_elementor_edit_mode','builder'),(524,102,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(525,102,'_elementor_template_type','wp-page'),(526,102,'_elementor_version','3.2.3'),(527,102,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(529,103,'_elementor_edit_mode','builder'),(530,103,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(531,103,'_elementor_template_type','wp-page'),(532,103,'_elementor_version','3.2.3'),(533,103,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(544,105,'_elementor_edit_mode','builder'),(545,105,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(546,105,'_elementor_template_type','wp-page'),(547,105,'_elementor_version','3.2.3'),(548,105,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(550,106,'_elementor_edit_mode','builder'),(551,106,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(552,106,'_elementor_template_type','wp-page'),(553,106,'_elementor_version','3.2.3'),(554,106,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(556,107,'_elementor_edit_mode','builder'),(557,107,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(558,107,'_elementor_template_type','wp-page'),(559,107,'_elementor_version','3.2.3'),(560,107,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(564,108,'_elementor_edit_mode','builder'),(565,108,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(566,108,'_elementor_template_type','wp-page'),(567,108,'_elementor_version','3.2.3'),(568,108,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(570,109,'_elementor_edit_mode','builder'),(571,109,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(572,109,'_elementor_template_type','wp-page'),(573,109,'_elementor_version','3.2.3'),(574,109,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(576,110,'_elementor_edit_mode','builder'),(577,110,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(578,110,'_elementor_template_type','wp-page'),(579,110,'_elementor_version','3.2.3'),(580,110,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(584,111,'_elementor_edit_mode','builder'),(585,111,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(586,111,'_elementor_template_type','wp-page'),(587,111,'_elementor_version','3.2.3'),(588,111,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(590,112,'_elementor_edit_mode','builder'),(591,112,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(592,112,'_elementor_template_type','wp-page'),(593,112,'_elementor_version','3.2.3'),(594,112,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(596,91,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(597,113,'_elementor_edit_mode','builder'),(598,113,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(599,113,'_elementor_template_type','wp-page'),(600,113,'_elementor_version','3.2.3'),(601,113,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(603,113,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(606,114,'_elementor_edit_mode','builder'),(607,114,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(608,114,'_elementor_template_type','wp-page'),(609,114,'_elementor_version','3.2.3'),(610,114,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(611,114,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(613,115,'_elementor_edit_mode','builder'),(614,115,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(615,115,'_elementor_template_type','wp-page'),(616,115,'_elementor_version','3.2.3'),(617,115,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(618,115,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(620,116,'_elementor_edit_mode','builder'),(621,116,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(622,116,'_elementor_template_type','wp-page'),(623,116,'_elementor_version','3.2.3'),(624,116,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(625,116,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(629,117,'neve_meta_sidebar','full-width'),(630,117,'neve_meta_enable_content_width','on'),(631,117,'neve_meta_content_width','100'),(632,117,'_edit_lock','1627912384:1'),(633,117,'_edit_last','1'),(634,117,'_elementor_edit_mode','builder'),(635,117,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(636,117,'_elementor_template_type','wp-page'),(637,117,'_elementor_version','3.3.1'),(638,119,'_wp_attached_file','2021/05/video-yoga-class-light-and-lotus-1.jpg'),(639,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:46:\"2021/05/video-yoga-class-light-and-lotus-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"video-yoga-class-light-and-lotus-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:48:\"video-yoga-class-light-and-lotus-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:46:\"video-yoga-class-light-and-lotus-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:46:\"video-yoga-class-light-and-lotus-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:46:\"video-yoga-class-light-and-lotus-1-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"video-yoga-class-light-and-lotus-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:46:\"video-yoga-class-light-and-lotus-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:46:\"video-yoga-class-light-and-lotus-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:46:\"video-yoga-class-light-and-lotus-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:46:\"video-yoga-class-light-and-lotus-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:46:\"video-yoga-class-light-and-lotus-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(640,119,'_elementor_source_image_hash','35f868033a79fa04c1a0384fe9410e9033a0273e'),(641,120,'_wp_attached_file','2021/05/studio-light-and-lotus.jpg'),(642,120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:34:\"2021/05/studio-light-and-lotus.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"studio-light-and-lotus-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:34:\"studio-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-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:34:\"studio-light-and-lotus-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:34:\"studio-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(643,117,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Monday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Friday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM<\\/p><p>Saturday WLR Yoga @ 10:30 AM<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(645,121,'_elementor_edit_mode','builder'),(646,121,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(647,121,'_elementor_template_type','wp-page'),(648,121,'_elementor_version','3.2.3'),(649,121,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"a7ed4ac\",\"elType\":\"widget\",\"settings\":{\"premium_map_ip_location\":\"true\",\"premium_maps_center_lat\":\"18.591212\",\"premium_maps_center_long\":\"73.741261\",\"premium_maps_map_pins\":[{\"map_latitude\":\"18.591212\",\"map_longitude\":\"73.741261\",\"pin_title\":\"Premium Google Maps\",\"pin_desc\":\"Add an optional description to your map pin\",\"_id\":\"e204c2d\"}]},\"elements\":[],\"widgetType\":\"premium-addon-maps\"}],\"isInner\":false}],\"isInner\":false}]'),(651,122,'_elementor_edit_mode','builder'),(652,122,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(653,122,'_elementor_template_type','wp-page'),(654,122,'_elementor_version','3.2.3'),(655,122,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"a7ed4ac\",\"elType\":\"widget\",\"settings\":{\"premium_map_ip_location\":\"true\",\"premium_maps_center_lat\":\"18.591212\",\"premium_maps_center_long\":\"73.741261\",\"premium_maps_map_pins\":[{\"map_latitude\":\"18.591212\",\"map_longitude\":\"73.741261\",\"pin_title\":\"Premium Google Maps\",\"pin_desc\":\"Add an optional description to your map pin\",\"_id\":\"e204c2d\"}]},\"elements\":[],\"widgetType\":\"premium-addon-maps\"}],\"isInner\":false}],\"isInner\":false}]'),(657,123,'_elementor_edit_mode','builder'),(658,123,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(659,123,'_elementor_template_type','wp-page'),(660,123,'_elementor_version','3.2.3'),(661,123,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(665,124,'_elementor_edit_mode','builder'),(666,124,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(667,124,'_elementor_template_type','wp-page'),(668,124,'_elementor_version','3.2.3'),(669,124,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(671,125,'_elementor_edit_mode','builder'),(672,125,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(673,125,'_elementor_template_type','wp-page'),(674,125,'_elementor_version','3.2.3'),(675,125,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(677,126,'_elementor_edit_mode','builder'),(678,126,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(679,126,'_elementor_template_type','wp-page'),(680,126,'_elementor_version','3.2.3'),(681,126,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(685,127,'_elementor_edit_mode','builder'),(686,127,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(687,127,'_elementor_template_type','wp-page'),(688,127,'_elementor_version','3.2.3'),(689,127,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(691,128,'_elementor_edit_mode','builder'),(692,128,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(693,128,'_elementor_template_type','wp-page'),(694,128,'_elementor_version','3.2.3'),(695,128,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(697,129,'_elementor_edit_mode','builder'),(698,129,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(699,129,'_elementor_template_type','wp-page'),(700,129,'_elementor_version','3.2.3'),(701,129,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(705,130,'_elementor_edit_mode','builder'),(706,130,'_elementor_template_type','wp-page'),(707,130,'neve_meta_sidebar','full-width'),(708,130,'neve_meta_enable_content_width','on'),(709,130,'neve_meta_content_width','100'),(710,130,'_edit_lock','1627266955:1'),(711,130,'_edit_last','1'),(712,130,'_elementor_edit_mode','builder'),(713,130,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(714,130,'_elementor_template_type','wp-page'),(715,130,'_elementor_version','3.3.1'),(716,130,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef39e10\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[embedyt] https:\\/\\/www.youtube.com\\/embed?listType=playlist&list=UURU8BVEh_wK77OnSKLRir0w&layout=gallery[\\/embedyt]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(719,131,'_elementor_edit_mode','builder'),(720,131,'_elementor_template_type','wp-page'),(721,131,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(722,131,'_elementor_version','3.2.3'),(723,131,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(724,131,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:19:\"premium-img-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:23:\"premium_gallery_general\";a:1:{s:31:\"premium_gallery_img_size_select\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:34:\"premium_gallery_first_cat_switcher\";i:1;s:28:\"premium_gallery_cats_content\";i:1;}s:23:\"premium_gallery_content\";a:1:{s:27:\"premium_gallery_img_content\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}}'),(726,132,'_elementor_edit_mode','builder'),(727,132,'_elementor_template_type','wp-page'),(728,132,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(729,132,'_elementor_version','3.2.3'),(730,132,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(731,132,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:19:\"premium-img-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:23:\"premium_gallery_general\";a:1:{s:31:\"premium_gallery_img_size_select\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:34:\"premium_gallery_first_cat_switcher\";i:1;s:28:\"premium_gallery_cats_content\";i:1;}s:23:\"premium_gallery_content\";a:1:{s:27:\"premium_gallery_img_content\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}}'),(733,133,'_elementor_edit_mode','builder'),(734,133,'_elementor_template_type','wp-page'),(735,133,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(736,133,'_elementor_version','3.2.3'),(737,133,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(738,133,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:19:\"premium-img-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:23:\"premium_gallery_general\";a:1:{s:31:\"premium_gallery_img_size_select\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:34:\"premium_gallery_first_cat_switcher\";i:1;s:28:\"premium_gallery_cats_content\";i:1;}s:23:\"premium_gallery_content\";a:1:{s:27:\"premium_gallery_img_content\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}}'),(741,134,'_wp_attached_file','2021/05/videos-light-and-lotus.jpg'),(742,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:34:\"2021/05/videos-light-and-lotus.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"videos-light-and-lotus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"videos-light-and-lotus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"videos-light-and-lotus-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:34:\"videos-light-and-lotus-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"videos-light-and-lotus-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:34:\"videos-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"videos-light-and-lotus-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:34:\"videos-light-and-lotus-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:34:\"videos-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"videos-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(743,135,'_elementor_edit_mode','builder'),(744,135,'_elementor_template_type','wp-page'),(745,135,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(746,135,'_elementor_version','3.2.3'),(747,135,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(749,136,'_elementor_edit_mode','builder'),(750,136,'_elementor_template_type','wp-page'),(751,136,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(752,136,'_elementor_version','3.2.3'),(753,136,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(755,137,'_elementor_edit_mode','builder'),(756,137,'_elementor_template_type','wp-page'),(757,137,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(758,137,'_elementor_version','3.2.3'),(759,137,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(763,138,'_elementor_edit_mode','builder'),(764,138,'_elementor_template_type','wp-page'),(765,138,'_elementor_edit_mode','builder'),(766,138,'_elementor_template_type','wp-page'),(767,138,'neve_meta_sidebar','full-width'),(768,138,'neve_meta_enable_content_width','on'),(769,138,'neve_meta_content_width','100'),(770,138,'_edit_lock','1631125270:1'),(771,138,'_edit_last','1'),(772,138,'_elementor_edit_mode','builder'),(773,138,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(774,138,'_elementor_template_type','wp-page'),(775,138,'_elementor_version','3.4.3'),(776,138,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"No In-Person Classes\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"Contact for appointment\",\"ekit_highlight_this_day\":\"\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"11:45 AM to 4 PM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tuesday\",\"ekit_business_time\":\"8:30 AM to 4 PM\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"8:30 AM to 4 PM\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"8:30 AM to 4 PM\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"11:45 AM to 4 PM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(779,139,'_wp_attached_file','2021/05/contact-light-and-lotus.jpg'),(780,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:35:\"2021/05/contact-light-and-lotus.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"contact-light-and-lotus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"contact-light-and-lotus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"contact-light-and-lotus-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:35:\"contact-light-and-lotus-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"contact-light-and-lotus-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:35:\"contact-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"contact-light-and-lotus-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:35:\"contact-light-and-lotus-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:35:\"contact-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"contact-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(782,140,'_elementor_edit_mode','builder'),(783,140,'_elementor_template_type','wp-page'),(784,140,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(785,140,'_elementor_version','3.2.3'),(786,140,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(787,140,'_elementor_controls_usage','a:4:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}}'),(789,141,'_elementor_edit_mode','builder'),(790,141,'_elementor_template_type','wp-page'),(791,141,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(792,141,'_elementor_version','3.2.3'),(793,141,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(794,141,'_elementor_controls_usage','a:4:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}}'),(796,142,'_elementor_edit_mode','builder'),(797,142,'_elementor_template_type','wp-page'),(798,142,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(799,142,'_elementor_version','3.2.3'),(800,142,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"Close\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tues Day\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(801,142,'_elementor_controls_usage','a:4:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}}'),(804,143,'_menu_item_type','post_type'),(805,143,'_menu_item_menu_item_parent','0'),(806,143,'_menu_item_object_id','138'),(807,143,'_menu_item_object','page'),(808,143,'_menu_item_target',''),(809,143,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(810,143,'_menu_item_xfn',''),(811,143,'_menu_item_url',''),(813,144,'_menu_item_type','post_type'),(814,144,'_menu_item_menu_item_parent','0'),(815,144,'_menu_item_object_id','130'),(816,144,'_menu_item_object','page'),(817,144,'_menu_item_target',''),(818,144,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(819,144,'_menu_item_xfn',''),(820,144,'_menu_item_url',''),(822,145,'_menu_item_type','post_type'),(823,145,'_menu_item_menu_item_parent','0'),(824,145,'_menu_item_object_id','117'),(825,145,'_menu_item_object','page'),(826,145,'_menu_item_target',''),(827,145,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(828,145,'_menu_item_xfn',''),(829,145,'_menu_item_url',''),(831,146,'_menu_item_type','post_type'),(832,146,'_menu_item_menu_item_parent','0'),(833,146,'_menu_item_object_id','91'),(834,146,'_menu_item_object','page'),(835,146,'_menu_item_target',''),(836,146,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(837,146,'_menu_item_xfn',''),(838,146,'_menu_item_url',''),(840,147,'_menu_item_type','post_type'),(841,147,'_menu_item_menu_item_parent','0'),(842,147,'_menu_item_object_id','22'),(843,147,'_menu_item_object','page'),(844,147,'_menu_item_target',''),(845,147,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(846,147,'_menu_item_xfn',''),(847,147,'_menu_item_url',''),(851,149,'_elementor_edit_mode','builder'),(852,149,'_elementor_template_type','wp-page'),(853,149,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(854,149,'_elementor_version','3.2.3'),(855,149,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(857,150,'_elementor_edit_mode','builder'),(858,150,'_elementor_template_type','wp-page'),(859,150,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(860,150,'_elementor_version','3.2.3'),(861,150,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(863,151,'_elementor_edit_mode','builder'),(864,151,'_elementor_template_type','wp-page'),(865,151,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(866,151,'_elementor_version','3.2.3'),(867,151,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(871,152,'_elementor_edit_mode','builder'),(872,152,'_elementor_template_type','wp-page'),(873,152,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(874,152,'_elementor_version','3.2.3'),(875,152,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(877,153,'_elementor_edit_mode','builder'),(878,153,'_elementor_template_type','wp-page'),(879,153,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(880,153,'_elementor_version','3.2.3'),(881,153,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(883,154,'_elementor_edit_mode','builder'),(884,154,'_elementor_template_type','wp-page'),(885,154,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(886,154,'_elementor_version','3.2.3'),(887,154,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(904,157,'_elementor_edit_mode','builder'),(905,157,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(906,157,'_elementor_template_type','wp-page'),(907,157,'_elementor_version','3.2.3'),(908,157,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(909,157,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(910,158,'_elementor_edit_mode','builder'),(911,158,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(912,158,'_elementor_template_type','wp-page'),(913,158,'_elementor_version','3.2.3'),(914,158,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"fb77787\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(915,158,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(916,159,'_elementor_edit_mode','builder'),(917,159,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(918,159,'_elementor_template_type','wp-page'),(919,159,'_elementor_version','3.2.3'),(920,159,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I\'m a southern, sunshine-loving, melanated girl who loves people.\\u00a0I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life\\u00a0was founded. I\'m a fan of all forms of art, live music, food,\\u00a0and festivals. I met my\\u00a0husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"22f0a91\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(921,159,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(923,160,'neve_meta_sidebar','full-width'),(924,160,'neve_meta_enable_content_width','on'),(925,160,'neve_meta_content_width','100'),(926,160,'_edit_lock','1626666267:1'),(927,160,'_edit_last','1'),(928,160,'_elementor_edit_mode','builder'),(929,160,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(930,160,'_elementor_template_type','wp-page'),(931,160,'_elementor_version','3.2.4'),(932,160,'_elementor_data','[{\"id\":\"e2273b0\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":201,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/classes-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"41f04390\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbae381\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35525ee9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a7216\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"eb8df8a\"},{\"ekit_faq_title\":\"Feel The Light\",\"ekit_faq_content\":\"In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"21ffc6b\"},{\"ekit_faq_title\":\"Get Lotus\",\"ekit_faq_content\":\"Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"35cf3ea\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(940,162,'_elementor_edit_mode','builder'),(941,162,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(942,162,'_elementor_template_type','wp-page'),(943,162,'_elementor_version','3.2.4'),(944,162,'_elementor_data','[{\"id\":\"fa74258\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"b3ab8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"eb8df8a\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(946,163,'_elementor_edit_mode','builder'),(947,163,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(948,163,'_elementor_template_type','wp-page'),(949,163,'_elementor_version','3.2.4'),(950,163,'_elementor_data','[{\"id\":\"fa74258\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"b3ab8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"eb8df8a\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(952,164,'_elementor_edit_mode','builder'),(953,164,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(954,164,'_elementor_template_type','wp-page'),(955,164,'_elementor_version','3.2.4'),(956,164,'_elementor_data','[{\"id\":\"fa74258\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"b3ab8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"eb8df8a\"},{\"ekit_faq_title\":\"Feel The Light\",\"ekit_faq_content\":\"In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"21ffc6b\"},{\"ekit_faq_title\":\"Get Lotus\",\"ekit_faq_content\":\"Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"35cf3ea\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(961,165,'_wp_attached_file','2021/06/studio-light-and-lotus.jpg'),(962,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:34:\"2021/06/studio-light-and-lotus.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"studio-light-and-lotus-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:34:\"studio-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-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:34:\"studio-light-and-lotus-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:34:\"studio-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"studio-light-and-lotus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(963,165,'_elementor_source_image_hash','2f9a46ab90ff01bd7307d03c53a6b70288fde1d0'),(964,166,'_elementor_edit_mode','builder'),(965,166,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(966,166,'_elementor_template_type','wp-page'),(967,166,'_elementor_version','3.2.4'),(968,166,'_elementor_data','[{\"id\":\"fa74258\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"b3ab8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"eb8df8a\"},{\"ekit_faq_title\":\"Feel The Light\",\"ekit_faq_content\":\"In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"21ffc6b\"},{\"ekit_faq_title\":\"Get Lotus\",\"ekit_faq_content\":\"Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"35cf3ea\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(970,167,'_elementor_edit_mode','builder'),(971,167,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(972,167,'_elementor_template_type','wp-page'),(973,167,'_elementor_version','3.2.4'),(974,167,'_elementor_data','[{\"id\":\"fa74258\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"b3ab8bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"eb8df8a\"},{\"ekit_faq_title\":\"Feel The Light\",\"ekit_faq_content\":\"In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"21ffc6b\"},{\"ekit_faq_title\":\"Get Lotus\",\"ekit_faq_content\":\"Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"35cf3ea\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(976,168,'_elementor_edit_mode','builder'),(977,168,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(978,168,'_elementor_template_type','wp-page'),(979,168,'_elementor_version','3.2.4'),(980,168,'_elementor_data','[{\"id\":\"e2273b0\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":165,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"41f04390\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbae381\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35525ee9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a7216\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"eb8df8a\"},{\"ekit_faq_title\":\"Feel The Light\",\"ekit_faq_content\":\"In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"21ffc6b\"},{\"ekit_faq_title\":\"Get Lotus\",\"ekit_faq_content\":\"Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"35cf3ea\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(986,169,'_wp_attached_file','2021/05/light-and-lotus-yoga-logo.jpg'),(987,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:176;s:6:\"height\";i:176;s:4:\"file\";s:37:\"2021/05/light-and-lotus-yoga-logo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"light-and-lotus-yoga-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"light-and-lotus-yoga-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"light-and-lotus-yoga-logo-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:{}}}'),(996,171,'_wp_page_template','elementor_canvas'),(997,171,'_elementor_edit_mode','builder'),(998,171,'_elementor_template_type','wp-post'),(999,171,'_elementor_version','3.2.2'),(1000,171,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1001,171,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#DC1313\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#DC1313\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1002,172,'_wp_page_template','elementor_canvas'),(1003,172,'_elementor_edit_mode','builder'),(1004,172,'_elementor_template_type','wp-post'),(1005,172,'_elementor_version','3.2.2'),(1006,172,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1007,172,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#DC1313\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#DC1313\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1008,173,'_wp_page_template','elementor_canvas'),(1009,173,'_elementor_edit_mode','builder'),(1010,173,'_elementor_template_type','wp-post'),(1011,173,'_elementor_version','3.2.2'),(1012,173,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1013,173,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#DC1313\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#DC1313\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1025,175,'_wp_page_template','elementor_canvas'),(1026,175,'_elementor_edit_mode','builder'),(1027,175,'_elementor_template_type','wp-post'),(1028,175,'_elementor_version','3.2.4'),(1029,175,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1030,175,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#DC1313\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#DC1313\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1032,176,'_wp_page_template','elementor_canvas'),(1033,176,'_elementor_edit_mode','builder'),(1034,176,'_elementor_template_type','wp-post'),(1035,176,'_elementor_version','3.2.4'),(1036,176,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1037,176,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#DC1313\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#DC1313\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#DC1313\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1039,177,'_wp_page_template','elementor_canvas'),(1040,177,'_elementor_edit_mode','builder'),(1041,177,'_elementor_template_type','wp-post'),(1042,177,'_elementor_version','3.2.4'),(1043,177,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1044,177,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1048,178,'_wp_page_template','default'),(1049,178,'_elementor_edit_mode','builder'),(1050,178,'_elementor_template_type','wp-post'),(1051,178,'_elementor_version','3.2.3'),(1052,178,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1054,179,'_wp_page_template','default'),(1055,179,'_elementor_edit_mode','builder'),(1056,179,'_elementor_template_type','wp-post'),(1057,179,'_elementor_version','3.2.3'),(1058,179,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"f89f6e3\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"6b2d8b3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"40b89d4\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1060,180,'_wp_page_template','default'),(1061,180,'_elementor_edit_mode','builder'),(1062,180,'_elementor_template_type','wp-post'),(1063,180,'_elementor_version','3.2.3'),(1064,180,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a0794b\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6d63a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"172398c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b2926d\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5862f59\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"86bb3bc\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"591f3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1067,181,'_wp_page_template','elementor_canvas'),(1068,181,'_elementor_edit_mode','builder'),(1069,181,'_elementor_template_type','wp-post'),(1070,181,'_elementor_version','3.2.4'),(1071,181,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1072,181,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1074,182,'_wp_page_template','elementor_canvas'),(1075,182,'_elementor_edit_mode','builder'),(1076,182,'_elementor_template_type','wp-post'),(1077,182,'_elementor_version','3.2.4'),(1078,182,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1079,182,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"info@yourdomain.com \",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"(+01) 123 456 7890\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1081,183,'_wp_page_template','elementor_canvas'),(1082,183,'_elementor_edit_mode','builder'),(1083,183,'_elementor_template_type','wp-post'),(1084,183,'_elementor_version','3.2.4'),(1085,183,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1086,183,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1091,184,'_elementor_edit_mode','builder'),(1092,184,'_elementor_template_type','wp-page'),(1093,184,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1094,184,'_elementor_version','3.2.3'),(1095,184,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1097,185,'_elementor_edit_mode','builder'),(1098,185,'_elementor_template_type','wp-page'),(1099,185,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1100,185,'_elementor_version','3.2.3'),(1101,185,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1103,186,'_elementor_edit_mode','builder'),(1104,186,'_elementor_template_type','wp-page'),(1105,186,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1106,186,'_elementor_version','3.2.3'),(1107,186,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1127,189,'_menu_item_type','post_type'),(1128,189,'_menu_item_menu_item_parent','0'),(1129,189,'_menu_item_object_id','160'),(1130,189,'_menu_item_object','page'),(1131,189,'_menu_item_target',''),(1132,189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1133,189,'_menu_item_xfn',''),(1134,189,'_menu_item_url',''),(1136,147,'_wp_old_date','2021-05-19'),(1137,146,'_wp_old_date','2021-05-19'),(1138,145,'_wp_old_date','2021-05-19'),(1139,144,'_wp_old_date','2021-05-19'),(1140,143,'_wp_old_date','2021-05-19'),(1149,191,'_wp_page_template','elementor_canvas'),(1150,191,'_elementor_edit_mode','builder'),(1151,191,'_elementor_template_type','wp-post'),(1152,191,'_elementor_version','3.2.4'),(1153,191,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1154,191,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1156,192,'_wp_page_template','elementor_canvas'),(1157,192,'_elementor_edit_mode','builder'),(1158,192,'_elementor_template_type','wp-post'),(1159,192,'_elementor_version','3.2.4'),(1160,192,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1161,192,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1163,193,'_wp_page_template','elementor_canvas'),(1164,193,'_elementor_edit_mode','builder'),(1165,193,'_elementor_template_type','wp-post'),(1166,193,'_elementor_version','3.2.4'),(1167,193,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1168,193,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e2ec9b\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69ddcf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus\",\"align_mobile\":\"center\",\"title_color\":\"#554A9A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Seaweed Script\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"600\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1172,194,'_elementor_edit_mode','builder'),(1173,194,'_elementor_template_type','wp-page'),(1174,194,'_elementor_version','3.2.3'),(1175,194,'_wp_page_template','elementor_header_footer'),(1176,194,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1177,195,'_elementor_edit_mode','builder'),(1178,195,'_elementor_template_type','wp-page'),(1179,195,'_elementor_version','3.2.3'),(1180,195,'_wp_page_template','elementor_header_footer'),(1181,195,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clothing \\/ Goods\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"First Week Free\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1182,196,'_elementor_edit_mode','builder'),(1183,196,'_elementor_template_type','wp-page'),(1184,196,'_elementor_version','3.2.3'),(1185,196,'_wp_page_template','elementor_header_footer'),(1186,196,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1189,197,'_wp_attached_file','2021/06/where-can-you-find-me-light-and-lotus.jpg'),(1190,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:49:\"2021/06/where-can-you-find-me-light-and-lotus.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"where-can-you-find-me-light-and-lotus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"where-can-you-find-me-light-and-lotus-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"where-can-you-find-me-light-and-lotus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"where-can-you-find-me-light-and-lotus-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:51:\"where-can-you-find-me-light-and-lotus-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:49:\"where-can-you-find-me-light-and-lotus-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"where-can-you-find-me-light-and-lotus-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:\"where-can-you-find-me-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"where-can-you-find-me-light-and-lotus-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:\"where-can-you-find-me-light-and-lotus-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:\"where-can-you-find-me-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"where-can-you-find-me-light-and-lotus-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,198,'_elementor_edit_mode','builder'),(1192,198,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1193,198,'_elementor_template_type','wp-page'),(1194,198,'_elementor_version','3.2.3'),(1195,198,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1196,199,'_elementor_edit_mode','builder'),(1197,199,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1198,199,'_elementor_template_type','wp-page'),(1199,199,'_elementor_version','3.2.3'),(1200,199,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":120,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1201,200,'_elementor_edit_mode','builder'),(1202,200,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1203,200,'_elementor_template_type','wp-page'),(1204,200,'_elementor_version','3.2.3'),(1205,200,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1209,201,'_wp_attached_file','2021/06/classes-light-and-lotus.jpg'),(1210,201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:35:\"2021/06/classes-light-and-lotus.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"classes-light-and-lotus-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"classes-light-and-lotus-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"classes-light-and-lotus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"classes-light-and-lotus-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:35:\"classes-light-and-lotus-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"classes-light-and-lotus-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:35:\"classes-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"classes-light-and-lotus-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:35:\"classes-light-and-lotus-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:35:\"classes-light-and-lotus-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"classes-light-and-lotus-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:{}}}'),(1211,202,'_elementor_edit_mode','builder'),(1212,202,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1213,202,'_elementor_template_type','wp-page'),(1214,202,'_elementor_version','3.2.4'),(1215,202,'_elementor_data','[{\"id\":\"e2273b0\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":165,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"41f04390\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbae381\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35525ee9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a7216\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"eb8df8a\"},{\"ekit_faq_title\":\"Feel The Light\",\"ekit_faq_content\":\"In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"21ffc6b\"},{\"ekit_faq_title\":\"Get Lotus\",\"ekit_faq_content\":\"Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"35cf3ea\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(1217,203,'_elementor_edit_mode','builder'),(1218,203,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1219,203,'_elementor_template_type','wp-page'),(1220,203,'_elementor_version','3.2.4'),(1221,203,'_elementor_data','[{\"id\":\"e2273b0\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":165,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/studio-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"41f04390\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbae381\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35525ee9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a7216\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"eb8df8a\"},{\"ekit_faq_title\":\"Feel The Light\",\"ekit_faq_content\":\"In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"21ffc6b\"},{\"ekit_faq_title\":\"Get Lotus\",\"ekit_faq_content\":\"Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"35cf3ea\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(1223,204,'_elementor_edit_mode','builder'),(1224,204,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1225,204,'_elementor_template_type','wp-page'),(1226,204,'_elementor_version','3.2.4'),(1227,204,'_elementor_data','[{\"id\":\"e2273b0\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":201,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/classes-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"41f04390\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cbae381\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"35525ee9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3a7216\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4d26141\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5e833ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2842b27\",\"elType\":\"widget\",\"settings\":{\"ekit_faq_content_items\":[{\"ekit_faq_title\":\"Community Classes\",\"ekit_faq_content\":\"Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span> <br><br>\\nDonation Based with suggested $5 minimum<br>\",\"_id\":\"2dfd48b\"},{\"ekit_faq_title\":\"Light and Lotus\",\"ekit_faq_content\":\"Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \\\"flow\\\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"212c7a4\"},{\"ekit_faq_title\":\"Lotus Throne\",\"ekit_faq_content\":\"Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\\nThis class is ideal for EVERYONE from beginner to advanced.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"833b211\"},{\"ekit_faq_title\":\"EnLIGHTen\",\"ekit_faq_content\":\"It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"eb8df8a\"},{\"ekit_faq_title\":\"Feel The Light\",\"ekit_faq_content\":\"In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"21ffc6b\"},{\"ekit_faq_title\":\"Get Lotus\",\"ekit_faq_content\":\"Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\\n<br><br>\\n<span style=\\\"font-weight:900\\\">1 hr<\\/span><br><br>\\n$12 - $18\",\"_id\":\"35cf3ea\"}]},\"elements\":[],\"widgetType\":\"elementskit-faq\"}],\"isInner\":false}],\"isInner\":false}]'),(1229,160,'_elementor_controls_usage','a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:15:\"elementskit-faq\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:20:\"ekit_faq_section_tab\";a:1:{s:22:\"ekit_faq_content_items\";i:1;}}}}}'),(1232,205,'_elementor_edit_mode','builder'),(1233,205,'_elementor_template_type','wp-page'),(1234,205,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1235,205,'_elementor_version','3.2.3'),(1236,205,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"Close\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tues Day\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1238,206,'_elementor_edit_mode','builder'),(1239,206,'_elementor_template_type','wp-page'),(1240,206,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1241,206,'_elementor_version','3.2.3'),(1242,206,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"Close\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tues Day\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1244,207,'_elementor_edit_mode','builder'),(1245,207,'_elementor_template_type','wp-page'),(1246,207,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1247,207,'_elementor_version','3.2.3'),(1248,207,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"Close\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tues Day\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1273,214,'neve_meta_sidebar','full-width'),(1274,214,'neve_meta_enable_content_width','on'),(1275,214,'neve_meta_content_width','100'),(1276,214,'_edit_lock','1626666233:1'),(1277,214,'_edit_last','1'),(1278,214,'_elementor_edit_mode','builder'),(1279,214,'_wp_page_template','default'),(1280,214,'_elementor_template_type','wp-page'),(1281,214,'_elementor_version','3.3.0'),(1282,214,'_elementor_data','[{\"id\":\"457781f2\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":201,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/classes-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"40b52d89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"228590c6\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"481b08c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Booking\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"681a7d99\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92c5e7b\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"5663b48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"41ee1b0\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[wbc-calendar]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(1283,214,'_elementor_page_assets','a:0:{}'),(1313,217,'_elementor_edit_mode','builder'),(1314,217,'_elementor_template_type','section'),(1315,217,'_elementor_version','3.3.0'),(1316,218,'_elementor_edit_mode','builder'),(1317,218,'_elementor_template_type','section'),(1318,218,'_elementor_version','3.3.0'),(1319,217,'_wp_page_template','default'),(1320,217,'_elementor_data','[{\"id\":\"130a9dac\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":201,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/classes-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5a9d925f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2565c8aa\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"46a6659d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"391e1464\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1321,219,'_elementor_edit_mode','builder'),(1322,219,'_elementor_template_type','section'),(1323,219,'_elementor_version','3.3.0'),(1324,219,'_wp_page_template','default'),(1325,219,'_elementor_data','[{\"id\":\"130a9dac\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":201,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/classes-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"5a9d925f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2565c8aa\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"46a6659d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"391e1464\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(1326,217,'_elementor_page_assets','a:0:{}'),(1327,217,'_elementor_controls_usage','a:4:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}}'),(1330,214,'_elementor_page_settings','a:1:{s:10:\"hide_title\";s:3:\"yes\";}'),(1363,222,'_elementor_edit_mode','builder'),(1364,222,'_elementor_template_type','wp-page'),(1365,222,'_elementor_version','3.2.4'),(1366,222,'_wp_page_template','elementor_header_footer'),(1367,222,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1369,223,'_elementor_edit_mode','builder'),(1370,223,'_elementor_template_type','wp-page'),(1371,223,'_elementor_version','3.2.4'),(1372,223,'_wp_page_template','elementor_header_footer'),(1373,223,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1375,224,'_elementor_edit_mode','builder'),(1376,224,'_elementor_template_type','wp-page'),(1377,224,'_elementor_version','3.2.4'),(1378,224,'_wp_page_template','elementor_header_footer'),(1379,224,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/videos\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e483c42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"197f952\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb1d4e\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"383ed75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd48b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c18751\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3ed710\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"300da94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0477c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1381,22,'_elementor_page_assets','a:0:{}'),(1397,226,'_elementor_edit_mode','builder'),(1398,226,'_elementor_template_type','wp-page'),(1399,226,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1400,226,'_elementor_version','3.2.4'),(1401,226,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1403,227,'_elementor_edit_mode','builder'),(1404,227,'_elementor_template_type','wp-page'),(1405,227,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1406,227,'_elementor_version','3.2.4'),(1407,227,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2b2dced\",\"elType\":\"widget\",\"settings\":{\"youtube_list\":\"yes\",\"premium_video_box_link\":\"https:\\/\\/www.youtube.com\\/watch?v=07d2dXHYb94\",\"source\":\"channel\",\"playlist_id\":\"PLLpZVOYpMtTArB4hrlpSnDJB36D2sdoTv\",\"channel_id\":\"UCCEQwwU9mZ1EwMJQerh7o3Q\",\"video_columns\":\"33.33%\",\"limit_num\":12,\"sticky_info_bar_text\":\"Watching: Sticky Video\",\"premium_video_box_description_text\":\"Play Video\"},\"elements\":[],\"widgetType\":\"premium-addon-video-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1409,228,'_elementor_edit_mode','builder'),(1410,228,'_elementor_template_type','wp-page'),(1411,228,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1412,228,'_elementor_version','3.2.4'),(1413,228,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":134,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/videos-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"videos\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6692e54\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"2223d02\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef39e10\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[embedyt] https:\\/\\/www.youtube.com\\/embed?listType=playlist&list=UURU8BVEh_wK77OnSKLRir0w&layout=gallery[\\/embedyt]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(1415,130,'_elementor_page_assets','a:0:{}'),(1416,130,'_elementor_controls_usage','a:5:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:6:\"layout\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"layout\";i:1;s:15:\"stretch_section\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(1431,230,'_elementor_edit_mode','builder'),(1432,230,'_elementor_template_type','wp-page'),(1433,230,'_elementor_version','3.3.1'),(1434,230,'_wp_page_template','elementor_header_footer'),(1435,230,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/videos\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e483c42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"197f952\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb1d4e\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"383ed75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd48b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c18751\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3ed710\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"300da94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0477c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1436,230,'_elementor_page_assets','a:0:{}'),(1438,231,'_elementor_edit_mode','builder'),(1439,231,'_elementor_template_type','wp-page'),(1440,231,'_elementor_version','3.3.1'),(1441,231,'_wp_page_template','elementor_header_footer'),(1442,231,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/videos\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e483c42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"197f952\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb1d4e\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"383ed75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd48b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c18751\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3ed710\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"300da94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0477c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1443,231,'_elementor_page_assets','a:0:{}'),(1445,232,'_elementor_edit_mode','builder'),(1446,232,'_elementor_template_type','wp-page'),(1447,232,'_elementor_version','3.3.1'),(1448,232,'_wp_page_template','elementor_header_footer'),(1449,232,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/videos\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e483c42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"197f952\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb1d4e\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"383ed75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd48b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c18751\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3ed710\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"300da94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0477c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1450,232,'_elementor_page_assets','a:0:{}'),(1454,233,'_wp_page_template','default'),(1455,233,'_elementor_edit_mode','builder'),(1456,233,'_elementor_template_type','wp-post'),(1457,233,'_elementor_version','3.2.4'),(1458,233,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a0794b\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6d63a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"172398c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b2926d\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5862f59\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"86bb3bc\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"591f3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1460,234,'_wp_page_template','default'),(1461,234,'_elementor_edit_mode','builder'),(1462,234,'_elementor_template_type','wp-post'),(1463,234,'_elementor_version','3.2.4'),(1464,234,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a0794b\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6d63a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"172398c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b2926d\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5862f59\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"b37b59f\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"4ac1272\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"755f571\"}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"86bb3bc\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"591f3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1466,235,'_wp_page_template','default'),(1467,235,'_elementor_edit_mode','builder'),(1468,235,'_elementor_template_type','wp-post'),(1469,235,'_elementor_version','3.2.4'),(1470,235,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a0794b\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6d63a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"172398c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b2926d\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"373643b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"86bb3bc\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"591f3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1472,51,'_elementor_page_assets','a:0:{}'),(1481,237,'_wp_page_template','default'),(1482,237,'_elementor_edit_mode','builder'),(1483,237,'_elementor_template_type','wp-post'),(1484,237,'_elementor_version','3.3.1'),(1485,237,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a0794b\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6d63a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"172398c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b2926d\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"373643b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"86bb3bc\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"591f3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1486,237,'_elementor_page_assets','a:0:{}'),(1487,238,'_wp_page_template','default'),(1488,238,'_elementor_edit_mode','builder'),(1489,238,'_elementor_template_type','wp-post'),(1490,238,'_elementor_version','3.3.1'),(1491,238,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a0794b\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6d63a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"172398c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b2926d\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"373643b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"86bb3bc\",\"elType\":\"widget\",\"settings\":{\"html\":\"<p style=\\\"text-align:center\\\">&COPY LIGHT AND LOTUS YOGA 2020<\\/p>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":true},{\"id\":\"591f3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1492,238,'_elementor_page_assets','a:0:{}'),(1493,239,'_wp_page_template','default'),(1494,239,'_elementor_edit_mode','builder'),(1495,239,'_elementor_template_type','wp-post'),(1496,239,'_elementor_version','3.3.1'),(1497,239,'_elementor_data','[{\"id\":\"f605ebd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"62de27b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d10687d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Divider\"},\"elements\":[],\"widgetType\":\"divider\"},{\"id\":\"5f429b9\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4fcbe2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"eaaeb24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Studio Hours<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d49cadb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"8a816e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0fc0827\",\"elType\":\"widget\",\"settings\":{\"title\":\"STUDIO NEWS &amp; DISCOUNTS<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"039a9f0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a4e6e8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"cb2e8b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact us<br>\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Chivo\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c67b935\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"font_7\\\">3515 Old Cantrell Road<br>\\nLittle Rock, Arkansas 72202<br>\\nTel: 501-661-8005<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"8a0794b\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\"},\"elements\":[{\"id\":\"6d63a31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true},{\"id\":\"172398c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b2926d\",\"elType\":\"widget\",\"settings\":{\"text\":\"SIGN UP\",\"align\":\"center\",\"size\":\"lg\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#000000\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"373643b\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"db8019e\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"\\u00a9 LIGHT AND LOTUS YOGA [hfe_current_year] <br>Website built by <a href=\\\"https:\\/\\/esselwebdesign.com>Essel Web Design<\\/a>\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"copyright\"}],\"isInner\":true},{\"id\":\"591f3b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1498,239,'_elementor_page_assets','a:0:{}'),(1499,51,'_elementor_controls_usage','a:8:{s:7:\"divider\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:5:\"align\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:3;s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:1;s:5:\"align\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}}}s:9:\"copyright\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:9:\"shortcode\";i:1;s:5:\"align\";i:1;s:11:\"title_color\";i:1;}}}}}'),(1503,240,'_elementor_edit_mode','builder'),(1504,240,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1505,240,'_elementor_template_type','wp-page'),(1506,240,'_elementor_version','3.2.4'),(1507,240,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1509,241,'_elementor_edit_mode','builder'),(1510,241,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1511,241,'_elementor_template_type','wp-page'),(1512,241,'_elementor_version','3.2.4'),(1513,241,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\\u00a0<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1515,242,'_elementor_edit_mode','builder'),(1516,242,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1517,242,'_elementor_template_type','wp-page'),(1518,242,'_elementor_version','3.2.4'),(1519,242,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where you can find me this week: Monroe Hub<\\/p><p>Price: $135<\\/p><p>Frequency: 4 week class<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1521,117,'_elementor_page_assets','a:0:{}'),(1614,260,'neve_meta_sidebar','full-width'),(1615,260,'neve_meta_enable_content_width','on'),(1616,260,'neve_meta_content_width','100'),(1617,260,'_edit_lock','1627874054:1'),(1618,260,'_edit_last','1'),(1619,260,'_elementor_edit_mode','builder'),(1620,260,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1621,260,'_elementor_template_type','wp-page'),(1622,260,'_elementor_version','3.3.1'),(1623,260,'_elementor_data','[{\"id\":\"b14d418\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"dc08205\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f649833\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>[bookly-form]<\\/p>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1624,260,'_elementor_page_assets','a:0:{}'),(1629,263,'_edit_last','1'),(1630,263,'_edit_lock','1630284413:1'),(1631,263,'total_sales','0'),(1632,263,'_tax_status','taxable'),(1633,263,'_tax_class',''),(1634,263,'_manage_stock','no'),(1635,263,'_backorders','no'),(1636,263,'_sold_individually','no'),(1637,263,'_virtual','no'),(1638,263,'_downloadable','no'),(1639,263,'_download_limit','-1'),(1640,263,'_download_expiry','-1'),(1641,263,'_stock',NULL),(1642,263,'_stock_status','instock'),(1643,263,'_wc_average_rating','0'),(1644,263,'_wc_review_count','0'),(1645,263,'_has_additional_costs',NULL),(1646,263,'_wc_booking_apply_adjacent_buffer',''),(1647,263,'_wc_booking_availability','a:5:{i:0;a:5:{s:4:\"type\";s:6:\"time:1\";s:8:\"bookable\";s:3:\"yes\";s:8:\"priority\";i:10;s:4:\"from\";s:5:\"11:45\";s:2:\"to\";s:5:\"16:00\";}i:1;a:5:{s:4:\"type\";s:6:\"time:2\";s:8:\"bookable\";s:3:\"yes\";s:8:\"priority\";i:10;s:4:\"from\";s:5:\"08:30\";s:2:\"to\";s:5:\"16:00\";}i:2;a:5:{s:4:\"type\";s:6:\"time:3\";s:8:\"bookable\";s:3:\"yes\";s:8:\"priority\";i:10;s:4:\"from\";s:5:\"08:30\";s:2:\"to\";s:5:\"16:00\";}i:3;a:5:{s:4:\"type\";s:6:\"time:4\";s:8:\"bookable\";s:3:\"yes\";s:8:\"priority\";i:10;s:4:\"from\";s:5:\"08:30\";s:2:\"to\";s:5:\"16:00\";}i:4;a:5:{s:4:\"type\";s:6:\"time:5\";s:8:\"bookable\";s:3:\"yes\";s:8:\"priority\";i:10;s:4:\"from\";s:5:\"11:45\";s:2:\"to\";s:5:\"16:00\";}}'),(1648,263,'_wc_booking_block_cost','0'),(1649,263,'_wc_booking_buffer_period','0'),(1650,263,'_wc_booking_calendar_display_mode','always_visible'),(1651,263,'_wc_booking_cancel_limit_unit','month'),(1652,263,'_wc_booking_cancel_limit','1'),(1653,263,'_wc_booking_check_availability_against',''),(1654,263,'_wc_booking_cost','65'),(1655,263,'_wc_booking_default_date_availability','non-available'),(1656,263,'_wc_booking_duration_type','fixed'),(1657,263,'_wc_booking_duration_unit','hour'),(1658,263,'_wc_booking_duration','1'),(1659,263,'_wc_booking_enable_range_picker',''),(1660,263,'_wc_booking_first_block_time',''),(1661,263,'_wc_booking_has_person_types',''),(1662,263,'_wc_booking_has_persons',''),(1663,263,'_wc_booking_has_resources',''),(1664,263,'_wc_booking_has_restricted_days',''),(1665,263,'_wc_booking_max_date_unit','month'),(1666,263,'_wc_booking_max_date','3'),(1667,263,'_wc_booking_max_duration','1'),(1668,263,'_wc_booking_max_persons_group','1'),(1669,263,'_wc_booking_min_date_unit','day'),(1670,263,'_wc_booking_min_date','0'),(1671,263,'_wc_booking_min_duration','1'),(1672,263,'_wc_booking_min_persons_group','1'),(1673,263,'_wc_booking_person_cost_multiplier',''),(1674,263,'_wc_booking_person_qty_multiplier',''),(1675,263,'_wc_booking_pricing','a:0:{}'),(1676,263,'_wc_booking_qty','50'),(1677,263,'_wc_booking_requires_confirmation',''),(1678,263,'_wc_booking_resources_assignment','customer'),(1679,263,'_wc_booking_restricted_days',''),(1680,263,'_wc_booking_user_can_cancel',''),(1681,263,'_wc_display_cost',''),(1682,263,'wc_booking_resource_label',''),(1683,263,'_price','65'),(1684,263,'_resource_base_costs','a:0:{}'),(1685,263,'_resource_block_costs','a:0:{}'),(1686,263,'_product_version','5.5.2'),(1687,263,'neve_meta_enable_content_width','off'),(1688,263,'ekit_post_views_count','74'),(1689,264,'_wp_attached_file','2021/08/LightandLotusClassPicture.jpg'),(1690,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:37:\"2021/08/LightandLotusClassPicture.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"LightandLotusClassPicture-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"LightandLotusClassPicture-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:37:\"LightandLotusClassPicture-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"LightandLotusClassPicture-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:39:\"LightandLotusClassPicture-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:37:\"LightandLotusClassPicture-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"LightandLotusClassPicture-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:37:\"LightandLotusClassPicture-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"LightandLotusClassPicture-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:37:\"LightandLotusClassPicture-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:37:\"LightandLotusClassPicture-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"LightandLotusClassPicture-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:{}}}'),(1691,263,'_thumbnail_id','264'),(1695,263,'_wp_old_slug','weekly-yoga-classes-2'),(1696,263,'neve_meta_container','full-width'),(1697,265,'_menu_item_type','custom'),(1698,265,'_menu_item_menu_item_parent','0'),(1699,265,'_menu_item_object_id','265'),(1700,265,'_menu_item_object','custom'),(1701,265,'_menu_item_target',''),(1702,265,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1703,265,'_menu_item_xfn',''),(1704,265,'_menu_item_url','/product/private-sessions/'),(1706,147,'_wp_old_date','2021-06-07'),(1707,146,'_wp_old_date','2021-06-07'),(1708,189,'_wp_old_date','2021-06-07'),(1709,145,'_wp_old_date','2021-06-07'),(1710,144,'_wp_old_date','2021-06-07'),(1711,143,'_wp_old_date','2021-06-07'),(1712,266,'_wp_page_template','elementor_canvas'),(1713,266,'_elementor_edit_mode','builder'),(1714,266,'_elementor_template_type','wp-post'),(1715,266,'_elementor_version','3.2.4'),(1716,266,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1717,266,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e2ec9b\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69ddcf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus\",\"align_mobile\":\"center\",\"title_color\":\"#554A9A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Seaweed Script\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"600\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1719,267,'_wp_page_template','elementor_canvas'),(1720,267,'_elementor_edit_mode','builder'),(1721,267,'_elementor_template_type','wp-post'),(1722,267,'_elementor_version','3.2.4'),(1723,267,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1724,267,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e2ec9b\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69ddcf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus\",\"align_mobile\":\"center\",\"title_color\":\"#554A9A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Seaweed Script\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"600\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"law\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1726,268,'_wp_page_template','elementor_canvas'),(1727,268,'_elementor_edit_mode','builder'),(1728,268,'_elementor_template_type','wp-post'),(1729,268,'_elementor_version','3.2.4'),(1730,268,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1731,268,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e2ec9b\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69ddcf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus\",\"align_mobile\":\"center\",\"title_color\":\"#554A9A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Seaweed Script\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"600\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\",\"menu_last_item\":\"cta\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_background\":\"classic\",\"all_background_color_color\":\"#554A9A\",\"all_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1733,13,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(1737,269,'_elementor_edit_mode','builder'),(1738,269,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1739,269,'_elementor_template_type','wp-page'),(1740,269,'_elementor_version','3.3.1'),(1741,269,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where you can find me this week: Monroe Hub<\\/p><p>Price: $135<\\/p><p>Frequency: 4 week class<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1742,269,'_elementor_page_assets','a:0:{}'),(1743,269,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:19:\"premium-img-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:23:\"premium_gallery_general\";a:1:{s:31:\"premium_gallery_img_size_select\";i:1;}s:20:\"premium_gallery_cats\";a:2:{s:34:\"premium_gallery_first_cat_switcher\";i:1;s:28:\"premium_gallery_cats_content\";i:1;}s:23:\"premium_gallery_content\";a:1:{s:27:\"premium_gallery_img_content\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}}'),(1747,270,'_wp_attached_file','2021/08/Chelsea-Hudspeth.jpeg'),(1748,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2021/08/Chelsea-Hudspeth.jpeg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Chelsea-Hudspeth-169x300.jpeg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Chelsea-Hudspeth-576x1024.jpeg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Chelsea-Hudspeth-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:30:\"Chelsea-Hudspeth-768x1365.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Chelsea-Hudspeth-864x1536.jpeg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:29:\"Chelsea-Hudspeth-930x620.jpeg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Chelsea-Hudspeth-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:30:\"Chelsea-Hudspeth-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Chelsea-Hudspeth-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:29:\"Chelsea-Hudspeth-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:30:\"Chelsea-Hudspeth-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Chelsea-Hudspeth-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:{}}}'),(1749,271,'_elementor_edit_mode','builder'),(1750,271,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1751,271,'_elementor_template_type','wp-page'),(1752,271,'_elementor_version','3.2.4'),(1753,271,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I\'m a southern, sunshine-loving, melanated girl who loves people.\\u00a0I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life\\u00a0was founded. I\'m a fan of all forms of art, live music, food,\\u00a0and festivals. I met my\\u00a0husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"22f0a91\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1754,271,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(1756,272,'_elementor_edit_mode','builder'),(1757,272,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1758,272,'_elementor_template_type','wp-page'),(1759,272,'_elementor_version','3.2.4'),(1760,272,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/about-light-and-lotus.jpg\",\"id\":93},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I\'m a southern, sunshine-loving, melanated girl who loves people.\\u00a0I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life\\u00a0was founded. I\'m a fan of all forms of art, live music, food,\\u00a0and festivals. I met my\\u00a0husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"22f0a91\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1761,272,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(1763,273,'_elementor_edit_mode','builder'),(1764,273,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1765,273,'_elementor_template_type','wp-page'),(1766,273,'_elementor_version','3.2.4'),(1767,273,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/08\\/Chelsea-Hudspeth.jpeg\",\"id\":270,\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I\'m a southern, sunshine-loving, melanated girl who loves people.\\u00a0I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life\\u00a0was founded. I\'m a fan of all forms of art, live music, food,\\u00a0and festivals. I met my\\u00a0husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"22f0a91\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1768,273,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(1770,91,'_elementor_page_assets','a:0:{}'),(1773,274,'_elementor_edit_mode','builder'),(1774,274,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1775,274,'_elementor_template_type','wp-page'),(1776,274,'_elementor_version','3.3.1'),(1777,274,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/08\\/Chelsea-Hudspeth.jpeg\",\"id\":270,\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I\'m a southern, sunshine-loving, melanated girl who loves people.\\u00a0I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life\\u00a0was founded. I\'m a fan of all forms of art, live music, food,\\u00a0and festivals. I met my\\u00a0husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"22f0a91\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1778,274,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(1779,274,'_elementor_page_assets','a:0:{}'),(1781,275,'_elementor_edit_mode','builder'),(1782,275,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1783,275,'_elementor_template_type','wp-page'),(1784,275,'_elementor_version','3.3.1'),(1785,275,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/08\\/Chelsea-Hudspeth.jpeg\",\"id\":270,\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"\",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I\'m a southern, sunshine-loving, melanated girl who loves people.\\u00a0I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life\\u00a0was founded. I\'m a fan of all forms of art, live music, food,\\u00a0and festivals. I met my\\u00a0husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"22f0a91\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1786,275,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(1787,275,'_elementor_page_assets','a:0:{}'),(1789,276,'_elementor_edit_mode','builder'),(1790,276,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1791,276,'_elementor_template_type','wp-page'),(1792,276,'_elementor_version','3.3.1'),(1793,276,'_elementor_data','[{\"id\":\"e16bf25\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\"},\"elements\":[{\"id\":\"e5d153b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0fd2c01\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"abde408\",\"elType\":\"widget\",\"settings\":{\"title\":\"About ME\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a3316\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"0646f4d\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c794dce\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"e1604a4\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"c49571c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"ee006b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/08\\/Chelsea-Hudspeth.jpeg\",\"id\":270,\"alt\":\"\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1eee627\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"80d1715\",\"elType\":\"widget\",\"settings\":{\"premium_fancy_prefix_text\":\"I am a \",\"premium_fancy_text_strings\":[{\"premium_text_strings_text_field\":\"MOM\",\"_id\":\"de06587\"},{\"premium_text_strings_text_field\":\"VLOGGER\",\"_id\":\"67a2e47\"},{\"premium_text_strings_text_field\":\"TRAINER\",\"_id\":\"8db6746\"}],\"premium_fancy_suffix_text\":\"\",\"premium_fancy_text_type_speed\":75,\"premium_fancy_text_back_speed\":200,\"premium_fancy_text_start_delay\":200,\"premium_fancy_text_back_delay\":1000,\"premium_fancy_text_show_cursor\":\"\",\"premium_fancy_text_cursor_text\":\"|\",\"premium_fancy_text_color\":\"#000000\",\"fancy_text_typography_typography\":\"custom\",\"fancy_text_typography_font_family\":\"Poppins\",\"fancy_text_typography_font_size\":{\"unit\":\"px\",\"size\":58,\"sizes\":[]},\"fancy_text_typography_font_weight\":\"400\",\"premium_prefix_suffix_text_color\":\"#000000\",\"prefix_suffix_typography_typography\":\"custom\",\"prefix_suffix_typography_font_family\":\"Poppins\",\"prefix_suffix_typography_font_size\":{\"unit\":\"px\",\"size\":46,\"sizes\":[]},\"prefix_suffix_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"premium-addon-fancy-text\"},{\"id\":\"791f2cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>I\'m a southern, sunshine-loving, melanated girl who loves people.\\u00a0I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life\\u00a0was founded. I\'m a fan of all forms of art, live music, food,\\u00a0and festivals. I met my\\u00a0husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.<\\/p>\",\"text_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e3c77df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"227bf68\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"22f0a91\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"631df17\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"39f7bdf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1794,276,'_elementor_page_settings','a:2:{s:30:\"_ob_steroids_use_baseline_grid\";s:0:\"\";s:32:\"_ob_steroids_baseline_grid_style\";s:10:\"horizontal\";}'),(1795,276,'_elementor_page_assets','a:0:{}'),(1797,91,'_elementor_controls_usage','a:8:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:18:\"section_background\";a:4:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:24:\"premium-addon-fancy-text\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:26:\"premium_fancy_text_content\";a:3:{s:25:\"premium_fancy_prefix_text\";i:1;s:26:\"premium_fancy_text_strings\";i:1;s:25:\"premium_fancy_suffix_text\";i:1;}s:33:\"premium_fancy_additional_settings\";a:5:{s:29:\"premium_fancy_text_type_speed\";i:1;s:29:\"premium_fancy_text_back_speed\";i:1;s:30:\"premium_fancy_text_start_delay\";i:1;s:29:\"premium_fancy_text_back_delay\";i:1;s:30:\"premium_fancy_text_show_cursor\";i:1;}}s:5:\"style\";a:2:{s:28:\"premium_fancy_text_style_tab\";a:5:{s:24:\"premium_fancy_text_color\";i:1;s:32:\"fancy_text_typography_typography\";i:1;s:33:\"fancy_text_typography_font_family\";i:1;s:31:\"fancy_text_typography_font_size\";i:1;s:33:\"fancy_text_typography_font_weight\";i:1;}s:31:\"premium_prefix_suffix_style_tab\";a:5:{s:32:\"premium_prefix_suffix_text_color\";i:1;s:35:\"prefix_suffix_typography_typography\";i:1;s:36:\"prefix_suffix_typography_font_family\";i:1;s:34:\"prefix_suffix_typography_font_size\";i:1;s:36:\"prefix_suffix_typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:8:\"_padding\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}}}}'),(1812,7,'_edit_lock','1627877795:1'),(1813,7,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1814,7,'_edit_last','1'),(1815,8,'_edit_lock','1627877798:1'),(1816,8,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1817,8,'_edit_last','1'),(1818,280,'_elementor_edit_mode','builder'),(1819,280,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1820,280,'_elementor_template_type','wp-page'),(1821,280,'_elementor_version','3.3.1'),(1822,280,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where you can find me this week: Monroe Hub<\\/p><p>Price: $135<\\/p><p>Frequency: 4 week class<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1823,280,'_elementor_page_assets','a:0:{}'),(1825,281,'_elementor_edit_mode','builder'),(1826,281,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1827,281,'_elementor_template_type','wp-page'),(1828,281,'_elementor_version','3.3.1'),(1829,281,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where you can find me this week: Monroe Hub<\\/p><p>Price: $135<\\/p><p>Frequency: 4 week class<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1830,281,'_elementor_page_assets','a:0:{}'),(1832,282,'_elementor_edit_mode','builder'),(1833,282,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1834,282,'_elementor_template_type','wp-page'),(1835,282,'_elementor_version','3.3.1');
INSERT INTO `wp_postmeta` VALUES (1836,282,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"17200 Chenal Parkway, Little Rock 72223\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where you can find me this week: Monroe Hub<\\/p><p>Price: $135<\\/p><p>Frequency: 4 week class<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1837,282,'_elementor_page_assets','a:0:{}'),(1840,283,'_elementor_edit_mode','builder'),(1841,283,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1842,283,'_elementor_template_type','wp-page'),(1843,283,'_elementor_version','3.3.1'),(1844,283,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"17200 Chenal Parkway, Little Rock 72223\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where you can find me this week: Monroe Hub<\\/p><p>Price: $135<\\/p><p>Frequency: 4 week class<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1845,283,'_elementor_page_assets','a:0:{}'),(1846,284,'_elementor_edit_mode','builder'),(1847,284,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1848,284,'_elementor_template_type','wp-page'),(1849,284,'_elementor_version','3.3.1'),(1850,284,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"17200 Chenal Parkway, Little Rock 72223\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Where you can find me this week: Monroe Hub<\\/p><p>Price: $135<\\/p><p>Frequency: 4 week class<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1851,284,'_elementor_page_assets','a:0:{}'),(1852,285,'_elementor_edit_mode','builder'),(1853,285,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1854,285,'_elementor_template_type','wp-page'),(1855,285,'_elementor_version','3.3.1'),(1856,285,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"17200 Chenal Parkway, Little Rock 72223\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Monday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Friday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM<\\/p><p>Saturday WLR Yoga @ 10:30 AM<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1857,285,'_elementor_page_assets','a:0:{}'),(1859,286,'_elementor_edit_mode','builder'),(1860,286,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1861,286,'_elementor_template_type','wp-page'),(1862,286,'_elementor_version','3.3.1'),(1863,286,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"17200 Chenal Parkway, Little Rock 72223\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Monday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Friday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM<\\/p><p>Saturday WLR Yoga @ 10:30 AM<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1864,286,'_elementor_page_assets','a:0:{}'),(1865,287,'_elementor_edit_mode','builder'),(1866,287,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1867,287,'_elementor_template_type','wp-page'),(1868,287,'_elementor_version','3.3.1'),(1869,287,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"17200 Chenal Parkway, Little Rock 72223\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Monday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Friday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM<\\/p><p>Saturday WLR Yoga @ 10:30 AM<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1870,287,'_elementor_page_assets','a:0:{}'),(1871,288,'_elementor_edit_mode','builder'),(1872,288,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1873,288,'_elementor_template_type','wp-page'),(1874,288,'_elementor_version','3.3.1'),(1875,288,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"11731 Maumelle Blvd, North Little Rock, AR 72113\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Monday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Friday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM<\\/p><p>Saturday WLR Yoga @ 10:30 AM<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1876,288,'_elementor_page_assets','a:0:{}'),(1880,289,'_elementor_edit_mode','builder'),(1881,289,'_elementor_template_type','wp-page'),(1882,289,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1883,289,'_elementor_version','3.2.4'),(1884,289,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"Close\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tues Day\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1886,290,'_elementor_edit_mode','builder'),(1887,290,'_elementor_template_type','wp-page'),(1888,290,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1889,290,'_elementor_version','3.2.4'),(1890,290,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"Close\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tues Day\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"10:00 AM to 7:00 PM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1892,291,'_elementor_edit_mode','builder'),(1893,291,'_elementor_template_type','wp-page'),(1894,291,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1895,291,'_elementor_version','3.2.4'),(1896,291,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"No In-Person Classes\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"9:30 AM to 12 PM\",\"ekit_highlight_this_day\":\"\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tuesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1898,138,'_elementor_page_assets','a:0:{}'),(1900,292,'_elementor_edit_mode','builder'),(1901,292,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1902,292,'_elementor_template_type','wp-page'),(1903,292,'_elementor_version','3.3.1'),(1904,292,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"11731 Maumelle Blvd, North Little Rock, AR 72113\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Monday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Friday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM<\\/p><p>Saturday WLR Yoga @ 10:30 AM<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1905,292,'_elementor_page_assets','a:0:{}'),(1907,293,'_elementor_edit_mode','builder'),(1908,293,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1909,293,'_elementor_template_type','wp-page'),(1910,293,'_elementor_version','3.3.1'),(1911,293,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"347ce8b\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"metro\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_first_cat_switcher\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"_id\":\"ecb255e\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"premium_gallery_img_name\":\"Image #1\",\"premium_gallery_img_category\":\"Category 1\",\"_id\":\"fa2d6f5\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43}},{\"premium_gallery_img_name\":\"Image #2\",\"premium_gallery_img_category\":\"Category 2\",\"_id\":\"e1139de\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44}},{\"_id\":\"dbf6c76\",\"premium_gallery_img\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42}}]},\"elements\":[],\"widgetType\":\"premium-img-gallery\"},{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"11731 Maumelle Blvd, North Little Rock, AR 72113\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Monday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Friday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM<\\/p><p>Saturday WLR Yoga @ 10:30 AM<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1912,293,'_elementor_page_assets','a:0:{}'),(1914,294,'_elementor_edit_mode','builder'),(1915,294,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1916,294,'_elementor_template_type','wp-page'),(1917,294,'_elementor_version','3.3.1'),(1918,294,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":197,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/06\\/where-can-you-find-me-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"where can you find me?\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"cb90d39\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"21cd9a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5393725\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\"},\"elements\":[],\"widgetType\":\"google_maps\"},{\"id\":\"49e6981\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Monday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Friday - 10 Fitness Maumelle @ 9:45 AM<\\/p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM<\\/p><p>Saturday WLR Yoga @ 10:30 AM<\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1919,294,'_elementor_page_assets','a:0:{}'),(1921,117,'_elementor_controls_usage','a:6:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:1:{s:7:\"address\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}}'),(1923,295,'_elementor_edit_mode','builder'),(1924,295,'_elementor_template_type','wp-page'),(1925,295,'_elementor_version','3.3.1'),(1926,295,'_wp_page_template','elementor_header_footer'),(1927,295,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/videos\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e483c42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"197f952\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb1d4e\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"383ed75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd48b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c18751\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3ed710\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"300da94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0477c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1928,295,'_elementor_page_assets','a:0:{}'),(1930,296,'_elementor_edit_mode','builder'),(1931,296,'_elementor_template_type','wp-page'),(1932,296,'_elementor_version','3.3.1'),(1933,296,'_wp_page_template','elementor_header_footer'),(1934,296,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/videos\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e483c42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"197f952\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb1d4e\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"383ed75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd48b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c18751\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3ed710\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"300da94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0477c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1935,296,'_elementor_page_assets','a:0:{}'),(1937,297,'_elementor_edit_mode','builder'),(1938,297,'_elementor_template_type','wp-page'),(1939,297,'_elementor_version','3.3.1'),(1940,297,'_wp_page_template','elementor_header_footer'),(1941,297,'_elementor_data','[{\"id\":\"18539dd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\",\"background_background\":\"video\",\"background_video_link\":\"https:\\/\\/player.vimeo.com\\/external\\/403279369.hd.mp4\",\"background_play_on_mobile\":\"yes\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#3C3C3C\"},\"elements\":[{\"id\":\"27fc03b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fa4288e\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"774a8bf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Dynalight\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"08aef9e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span class=\\\"color_11\\\">Light and Lotus Yoga offers <\\/span><span class=\\\"color_11\\\">beginner - advanced<\\/span><span class=\\\"color_11\\\">\\u00a0yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Simonetta\",\"typography_font_weight\":\"500\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_text_transform\":\"none\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"250\",\"bottom\":\"0\",\"left\":\"250\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"baef5cc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_ob_spacerat_use\":\"\",\"space_mobile\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45c261a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"narrow\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#000000\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"85f4597\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"2cb0ed7\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/yoga-class-light-and-lotus.jpg\",\"id\":42},\"background_position\":\"bottom center\",\"background_attachment\":\"scroll\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"b3115a1\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0f272a4\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"2f4f609\",\"elType\":\"widget\",\"settings\":{\"title\":\"group classes\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6d14109\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3e2dae3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"a1fad10\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/video-yoga-class-light-and-lotus.jpg\",\"id\":43},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6ac7e17\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2197add\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"c084711\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Yoga\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"\\/videos\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b1611ca\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5ad2445\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"d7e3cab\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/outdoor-yoga-class-light-and-lotus.jpg\",\"id\":44},\"background_position\":\"center center\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000\",\"border_border\":\"solid\",\"border_color\":\"#FFFFFF\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"9e54dd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f4ed4b7\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"eef9f10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Memberships \\/ discounts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c01e73b\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":75,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e483c42\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"stretch_section\":\"section-stretched\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"197f952\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8eb1d4e\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"383ed75\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"dd48b6b\",\"elType\":\"widget\",\"settings\":{\"title\":\"connect with us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\",\"link\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/classes\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c18751\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"dbe1876\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"dbea0a1\",\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/lightandlotusyoga\\/\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"f94bd7f\",\"link\":{\"url\":\"https:\\/\\/www.youtube.com\\/channel\\/UCRU8BVEh_wK77OnSKLRir0w\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b3ed710\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"300da94\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"5d0477c\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1942,297,'_elementor_page_assets','a:0:{}'),(1944,22,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:3:{s:5:\"space\";i:8;s:12:\"space_mobile\";i:2;s:16:\"_ob_spacerat_use\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:5;s:5:\"align\";i:5;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:5;s:21:\"typography_typography\";i:5;s:22:\"typography_font_family\";i:5;s:22:\"typography_font_weight\";i:5;s:20:\"typography_font_size\";i:5;s:25:\"typography_text_transform\";i:4;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:15:\"_padding_mobile\";i:1;s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:8:\"_padding\";i:1;s:15:\"_padding_tablet\";i:1;s:15:\"_padding_mobile\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"background_background\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:4;s:3:\"gap\";i:2;s:15:\"stretch_section\";i:3;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:8:{s:21:\"background_background\";i:6;s:21:\"background_video_link\";i:1;s:25:\"background_play_on_mobile\";i:1;s:16:\"background_image\";i:3;s:19:\"background_position\";i:3;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:3;s:16:\"background_color\";i:2;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:4;s:24:\"background_overlay_color\";i:4;}s:14:\"section_border\";a:2:{s:13:\"border_border\";i:3;s:12:\"border_color\";i:3;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:4;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}}'),(1946,11,'_edit_lock','1627912912:1'),(1947,298,'_elementor_edit_mode','builder'),(1948,298,'_elementor_template_type','kit'),(1950,11,'_wp_page_template','default'),(1951,11,'_elementor_page_settings','a:11:{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:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:20:\"Light and Lotus Yoga\";s:16:\"site_description\";s:127:\"Light and Lotus Yoga offers beginner – advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.\";s:12:\"site_favicon\";a:4:{s:3:\"url\";s:86:\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\";s:2:\"id\";i:169;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(1952,11,'_elementor_data','[]'),(1953,299,'_elementor_edit_mode','builder'),(1954,299,'_elementor_template_type','kit'),(1956,299,'_wp_page_template','default'),(1957,299,'_elementor_page_settings','a:11:{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:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:20:\"Light and Lotus Yoga\";s:16:\"site_description\";s:127:\"Light and Lotus Yoga offers beginner – advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.\";s:12:\"site_favicon\";a:4:{s:3:\"url\";s:86:\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\";s:2:\"id\";i:169;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(1958,299,'_elementor_data','[]'),(1959,11,'_elementor_page_assets','a:0:{}'),(1960,11,'_elementor_version','3.3.1'),(1961,300,'_elementor_edit_mode','builder'),(1962,300,'_elementor_template_type','kit'),(1963,300,'_wp_page_template','default'),(1964,300,'_elementor_page_settings','a:11:{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:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:20:\"Light and Lotus Yoga\";s:16:\"site_description\";s:127:\"Light and Lotus Yoga offers beginner – advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.\";s:12:\"site_favicon\";a:4:{s:3:\"url\";s:86:\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\";s:2:\"id\";i:169;s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(1965,300,'_elementor_data','[]'),(1966,300,'_elementor_page_assets','a:0:{}'),(1967,300,'_elementor_version','3.3.1'),(1968,11,'_elementor_css','a:6:{s:4:\"time\";i:1627912543;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:\"\";}'),(1969,22,'_elementor_css','a:6:{s:4:\"time\";i:1627912545;s:5:\"fonts\";a:3:{i:0;s:9:\"Dynalight\";i:1;s:9:\"Simonetta\";i:2;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1971,51,'_elementor_css','a:6:{s:4:\"time\";i:1627912545;s:5:\"fonts\";a:3:{i:0;s:5:\"Chivo\";i:1;s:7:\"Raleway\";i:6;s:6:\"Roboto\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1972,301,'_wp_page_template','elementor_canvas'),(1973,301,'_elementor_edit_mode','builder'),(1974,301,'_elementor_template_type','wp-post'),(1975,301,'_elementor_version','3.3.1'),(1976,301,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1977,301,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e2ec9b\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69ddcf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus\",\"align_mobile\":\"center\",\"title_color\":\"#554A9A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Seaweed Script\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"600\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\",\"menu_last_item\":\"cta\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_background\":\"classic\",\"all_background_color_color\":\"#554A9A\",\"all_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1978,301,'_elementor_page_assets','a:0:{}'),(1979,301,'_elementor_css','a:6:{s:4:\"time\";i:1627912545;s:5:\"fonts\";a:1:{i:0;s:14:\"Seaweed Script\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1980,302,'_wp_page_template','elementor_canvas'),(1981,302,'_elementor_edit_mode','builder'),(1982,302,'_elementor_template_type','wp-post'),(1983,302,'_elementor_version','3.3.1'),(1984,302,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1985,302,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e2ec9b\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69ddcf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus\",\"align_mobile\":\"center\",\"title_color\":\"#554A9A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Seaweed Script\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"600\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\",\"menu_last_item\":\"cta\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_background\":\"classic\",\"all_background_color_color\":\"#554A9A\",\"all_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1986,302,'_elementor_page_assets','a:0:{}'),(1987,302,'_elementor_css','a:6:{s:4:\"time\";i:1627912545;s:5:\"fonts\";a:1:{i:0;s:14:\"Seaweed Script\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1988,303,'_wp_page_template','elementor_canvas'),(1989,303,'_elementor_edit_mode','builder'),(1990,303,'_elementor_template_type','wp-post'),(1991,303,'_elementor_version','3.3.1'),(1992,303,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1993,303,'_elementor_data','[{\"id\":\"f5abcaf\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"e66a591\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"797a820b\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-envelope\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"title_text\":\"EMAIL NOW\",\"description_text\":\"lightandlotusyoga@gmail.com\",\"position\":\"left\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"hover_animation\":\"float\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false},{\"id\":\"54abcdc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6cc50656\",\"elType\":\"widget\",\"settings\":{\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":27,\"sizes\":[]},\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/light-and-lotus-yoga-logo.jpg\",\"id\":169},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5e2ec9b\",\"elType\":\"widget\",\"settings\":{\"space_mobile\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"69ddcf5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus\",\"align_mobile\":\"center\",\"title_color\":\"#554A9A\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Seaweed Script\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":41,\"sizes\":[]},\"typography_font_weight\":\"600\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"bce8447\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"656bcde8\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-phone\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"title_text\":\"CALL US\",\"description_text\":\"501-301-0589\",\"position\":\"right\",\"primary_color\":\"#554A9A\",\"secondary_color\":\"#FFFFFF\",\"icon_space\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#0F0303\",\"title_typography_typography\":\"custom\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"description_color\":\"#080202\",\"description_typography_typography\":\"custom\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":11,\"sizes\":[]},\"shape\":\"square\",\"icon_padding\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"hover_animation\":\"float\",\"_animation\":\"none\"},\"elements\":[],\"widgetType\":\"icon-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4f9ac8d\",\"elType\":\"section\",\"settings\":{\"stretch_section\":\"section-stretched\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"75e585b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_mobile\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#E0E0E0\"},\"elements\":[{\"id\":\"551eecb9\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"resp_align_mobile\":\"center\",\"menu_row_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pointer\":\"text\",\"animation_line\":\"grow\",\"animation_text\":\"float\",\"color_menu_item\":\"#0D0303\",\"color_menu_item_hover\":\"#C27A9C\",\"pointer_color_menu_item_hover\":\"#F79F24\",\"color_menu_item_active\":\"#554A9A\",\"pointer_color_menu_item_active\":\"#F79F24\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_size_mobile\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"navmenu_align\":\"center\",\"_element_id\":\"h16\",\"menu_last_item\":\"cta\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_background\":\"classic\",\"all_background_color_color\":\"#554A9A\",\"all_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1994,303,'_elementor_page_assets','a:0:{}'),(1995,303,'_elementor_css','a:6:{s:4:\"time\";i:1627912545;s:5:\"fonts\";a:1:{i:0;s:14:\"Seaweed Script\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1996,13,'_elementor_controls_usage','a:7:{s:8:\"icon-box\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:6:{s:13:\"selected_icon\";i:2;s:4:\"view\";i:2;s:10:\"title_text\";i:2;s:16:\"description_text\";i:2;s:8:\"position\";i:2;s:5:\"shape\";i:2;}}s:5:\"style\";a:2:{s:18:\"section_style_icon\";a:6:{s:13:\"primary_color\";i:2;s:15:\"secondary_color\";i:2;s:10:\"icon_space\";i:2;s:9:\"icon_size\";i:2;s:12:\"icon_padding\";i:2;s:15:\"hover_animation\";i:2;}s:21:\"section_style_content\";a:8:{s:18:\"title_bottom_space\";i:2;s:11:\"title_color\";i:2;s:27:\"title_typography_typography\";i:2;s:26:\"title_typography_font_size\";i:2;s:17:\"description_color\";i:2;s:33:\"description_typography_typography\";i:2;s:32:\"description_typography_font_size\";i:2;s:26:\"content_vertical_alignment\";i:2;}}s:8:\"advanced\";a:1:{s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:4;s:19:\"_inline_size_mobile\";i:4;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:4;s:7:\"padding\";i:4;s:13:\"margin_mobile\";i:1;}}s:5:\"style\";a:1:{s:14:\"section_border\";a:4:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:2;s:19:\"border_width_mobile\";i:2;s:12:\"border_color\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"align\";i:1;s:5:\"image\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:15:\"_padding_mobile\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:12:\"space_mobile\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:12:\"align_mobile\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:27:\"typography_font_size_mobile\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}s:14:\"section_layout\";a:1:{s:15:\"stretch_section\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:2;s:12:\"border_width\";i:2;s:12:\"border_color\";i:2;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:3:{s:6:\"margin\";i:2;s:7:\"padding\";i:2;s:14:\"padding_mobile\";i:1;}}}}s:15:\"navigation-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:5:\"style\";a:4:{s:23:\"section_style_main-menu\";a:9:{s:14:\"menu_row_space\";i:1;s:7:\"pointer\";i:1;s:14:\"animation_line\";i:1;s:14:\"animation_text\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;}s:22:\"section_style_dropdown\";a:2:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;}s:12:\"style_toggle\";a:2:{s:23:\"toggle_background_color\";i:1;s:18:\"toggle_size_mobile\";i:1;}s:12:\"style_button\";a:4:{s:14:\"all_text_color\";i:1;s:31:\"all_background_color_background\";i:1;s:26:\"all_background_color_color\";i:1;s:17:\"all_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:11:\"_element_id\";i:1;}}s:7:\"content\";a:2:{s:14:\"section_layout\";a:1:{s:13:\"navmenu_align\";i:1;}s:12:\"section_menu\";a:1:{s:14:\"menu_last_item\";i:1;}}}}}'),(1997,13,'_elementor_css','a:6:{s:4:\"time\";i:1627912806;s:5:\"fonts\";a:1:{i:0;s:14:\"Seaweed Script\";}s:5:\"icons\";a:2:{i:0;s:10:\"fa-regular\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1998,160,'_elementor_css','a:6:{s:4:\"time\";i:1627912822;s:5:\"fonts\";a:1:{i:0;s:4:\"Rasa\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1999,91,'_elementor_css','a:6:{s:4:\"time\";i:1627912964;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2000,130,'_elementor_css','a:6:{s:4:\"time\";i:1627912997;s:5:\"fonts\";a:1:{i:0;s:4:\"Rasa\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2002,304,'_elementor_edit_mode','builder'),(2003,304,'_elementor_template_type','wp-page'),(2004,304,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2005,304,'_elementor_version','3.3.1'),(2006,304,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"No In-Person Classes\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"9:30 AM to 12 PM\",\"ekit_highlight_this_day\":\"\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tuesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2007,304,'_elementor_page_assets','a:0:{}'),(2008,304,'_elementor_css','a:6:{s:4:\"time\";i:1627913014;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2009,305,'_elementor_edit_mode','builder'),(2010,305,'_elementor_template_type','wp-page'),(2011,305,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2012,305,'_elementor_version','3.3.1'),(2013,305,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"No In-Person Classes\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"9:30 AM to 12 PM\",\"ekit_highlight_this_day\":\"\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tuesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2014,305,'_elementor_page_assets','a:0:{}'),(2015,305,'_elementor_css','a:6:{s:4:\"time\";i:1627913014;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2016,306,'_elementor_edit_mode','builder'),(2017,306,'_elementor_template_type','wp-page'),(2018,306,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2019,306,'_elementor_version','3.3.1'),(2020,306,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"No In-Person Classes\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"9:30 AM to 12 PM\",\"ekit_highlight_this_day\":\"\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tuesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2021,306,'_elementor_page_assets','a:0:{}'),(2022,306,'_elementor_css','a:6:{s:4:\"time\";i:1627913014;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2025,263,'neve_meta_sidebar','full-width'),(2026,117,'_elementor_css','a:6:{s:4:\"time\";i:1627913366;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2027,307,'_booking_all_day','0'),(2028,307,'_booking_cost','135'),(2029,307,'_booking_customer_id','0'),(2030,307,'_booking_order_item_id','0'),(2031,307,'_booking_parent_id','0'),(2032,307,'_booking_persons','a:0:{}'),(2033,307,'_booking_product_id','263'),(2034,307,'_booking_resource_id','0'),(2035,307,'_booking_start','20210809174500'),(2036,307,'_booking_end','20210809184500'),(2037,307,'_wc_bookings_gcalendar_event_id','0'),(2038,307,'_local_timezone',''),(2039,1,'ekit_post_views_count','28'),(2040,263,'_wp_old_slug','weekly-yoga-classes'),(2041,147,'_wp_old_date','2021-08-02'),(2042,146,'_wp_old_date','2021-08-02'),(2043,189,'_wp_old_date','2021-08-02'),(2044,145,'_wp_old_date','2021-08-02'),(2045,144,'_wp_old_date','2021-08-02'),(2046,143,'_wp_old_date','2021-08-02'),(2047,265,'_wp_old_date','2021-08-02'),(2048,310,'_booking_all_day','0'),(2049,310,'_booking_cost','65.00'),(2050,310,'_booking_customer_id','0'),(2051,310,'_booking_order_item_id','0'),(2052,310,'_booking_parent_id','0'),(2053,310,'_booking_persons','a:0:{}'),(2054,310,'_booking_product_id','263'),(2055,310,'_booking_resource_id','0'),(2056,310,'_booking_start','20210901083000'),(2057,310,'_booking_end','20210901093000'),(2058,310,'_wc_bookings_gcalendar_event_id','0'),(2059,310,'_local_timezone',''),(2060,310,'_edit_lock','1630287158:1'),(2061,310,'_edit_last','1'),(2062,311,'_booking_all_day','0'),(2063,311,'_booking_cost','65.00'),(2064,311,'_booking_customer_id','0'),(2065,311,'_booking_order_item_id','0'),(2066,311,'_booking_parent_id','0'),(2067,311,'_booking_persons','a:0:{}'),(2068,311,'_booking_product_id','263'),(2069,311,'_booking_resource_id','0'),(2070,311,'_booking_start','20210903114500'),(2071,311,'_booking_end','20210903124500'),(2072,311,'_wc_bookings_gcalendar_event_id','0'),(2073,311,'_local_timezone',''),(2074,311,'_edit_lock','1630287309:1'),(2075,311,'_edit_last','1'),(2076,313,'_elementor_edit_mode','builder'),(2077,313,'_elementor_template_type','wp-page'),(2078,313,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2079,313,'_elementor_version','3.3.1'),(2080,313,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"No In-Person Classes\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"9:30 AM to 12 PM\",\"ekit_highlight_this_day\":\"\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tuesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2081,313,'_elementor_page_assets','a:0:{}'),(2082,313,'_elementor_css','a:6:{s:4:\"time\";i:1627913064;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2083,314,'_elementor_edit_mode','builder'),(2084,314,'_elementor_template_type','wp-page'),(2085,314,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2086,314,'_elementor_version','3.3.1'),(2087,314,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"No In-Person Classes\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"9:30 AM to 12 PM\",\"ekit_highlight_this_day\":\"\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tuesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"No In-Person Classes\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"9:45 AM to 11:00 AM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2088,314,'_elementor_page_assets','a:0:{}'),(2089,314,'_elementor_css','a:6:{s:4:\"time\";i:1627913064;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2090,315,'_elementor_edit_mode','builder'),(2091,315,'_elementor_template_type','wp-page'),(2092,315,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2093,315,'_elementor_version','3.3.1'),(2094,315,'_elementor_data','[{\"id\":\"3d1c0d6\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"background_background\":\"classic\",\"background_image\":{\"id\":139,\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\"},\"background_position\":\"bottom center\",\"background_attachment\":\"fixed\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#000000E3\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"6550ee6b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"42db09f5\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"47ec9abe\",\"elType\":\"widget\",\"settings\":{\"title\":\"contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Rasa\",\"typography_font_size\":{\"unit\":\"px\",\"size\":81,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"uppercase\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6111deca\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6ff3cd8\",\"elType\":\"section\",\"settings\":{\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\"},\"elements\":[{\"id\":\"7d96a4f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7f0a76d\",\"elType\":\"section\",\"settings\":{\"_ob_bbad_inner_width\":\"100%\",\"_ob_glider_nav_pos_y_alt\":\"50% - 25px\",\"_ob_glider_nav_pos_x_prev_alt\":\"0%\",\"_ob_glider_nav_pos_x_next_alt\":\"0%\",\"structure\":\"20\"},\"elements\":[{\"id\":\"aefc555\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"1d6fd93\",\"elType\":\"widget\",\"settings\":{\"address\":\"10 fitness, maumelle arkansas\",\"height\":{\"unit\":\"px\",\"size\":905,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":true},{\"id\":\"29e845f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null},\"elements\":[{\"id\":\"b2e6d90\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/lightandlotusyoga.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/05\\/contact-light-and-lotus.jpg\",\"id\":139},\"image_size\":\"medium_large\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c34291f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Light and Lotus Yoga\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e142ec\",\"elType\":\"widget\",\"settings\":{\"ekit_business_openday_list\":[{\"ekit_business_day\":\"Sunday\",\"ekit_business_time\":\"No In-Person Classes\",\"ekit_highlight_this_day\":\"yes\",\"_id\":\"0056b4d\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Saturday\",\"ekit_business_time\":\"Contact for appointment\",\"ekit_highlight_this_day\":\"\",\"_id\":\"8476977\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Monday\",\"ekit_business_time\":\"11:45 AM to 4 PM\",\"_id\":\"e7bff6c\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Tuesday\",\"ekit_business_time\":\"8:30 AM to 4 PM\",\"_id\":\"725df02\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Wednesday\",\"ekit_business_time\":\"8:30 AM to 4 PM\",\"_id\":\"2abe477\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Thursday\",\"ekit_business_time\":\"8:30 AM to 4 PM\",\"_id\":\"ff08714\",\"ekit_highlight_this_day\":\"yes\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"},{\"ekit_business_day\":\"Friday\",\"ekit_business_time\":\"11:45 AM to 4 PM\",\"_id\":\"94e1868\",\"ekit_highlight_this_day\":\"no\",\"ekit_single_business_day_color\":\"#fa2d2d\",\"ekit_single_business_day_color_tablet\":\"\",\"ekit_single_business_day_color_mobile\":\"\",\"ekit_single_business_time_color\":\"#fa2d2d\",\"ekit_single_business_time_color_tablet\":\"\",\"ekit_single_business_time_color_mobile\":\"\",\"ekit_single_business_background_color\":\"\",\"ekit_single_business_background_color_tablet\":\"\",\"ekit_single_business_background_color_mobile\":\"\"}]},\"elements\":[],\"widgetType\":\"elementskit-business-hours\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2095,315,'_elementor_page_assets','a:0:{}'),(2096,315,'_elementor_css','a:6:{s:4:\"time\";i:1627913064;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2097,138,'_elementor_controls_usage','a:7:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:5:\"align\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:11:\"title_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:2;s:25:\"typography_text_transform\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:21:\"background_attachment\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_color\";i:1;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}s:11:\"google_maps\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:11:\"section_map\";a:2:{s:7:\"address\";i:1;s:6:\"height\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:26:\"elementskit-business-hours\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:24:\"ekit_btn_section_content\";a:1:{s:26:\"ekit_business_openday_list\";i:1;}}}}}'),(2098,138,'_elementor_css','a:6:{s:4:\"time\";i:1631126111;s:5:\"fonts\";a:2:{i:0;s:4:\"Rasa\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2021-04-26 13:37:30','2021-04-26 13:37:30','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2021-04-26 13:37:30','2021-04-26 13:37:30','',0,'http://lightandlotusyoga.calvarycrossag.com/?p=1',0,'post','',1),(2,1,'2021-04-26 13:37:30','2021-04-26 13:37:30','<!-- 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://lightandlotusyoga.calvarycrossag.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2021-04-26 13:37:30','2021-04-26 13:37:30','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=2',0,'page','',0),(3,1,'2021-04-26 13:37:30','2021-04-26 13:37:30','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://lightandlotusyoga.calvarycrossag.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#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 --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &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 --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2021-04-26 13:37:30','2021-04-26 13:37:30','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=3',0,'page','',0),(5,1,'2021-04-26 13:44:35','2021-04-26 13:44:35','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2021-04-26 13:44:35','2021-04-26 13:44:35','',0,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/04/woocommerce-placeholder.png',0,'attachment','image/png',0),(6,1,'2021-04-26 13:44:37','2021-04-26 13:44:37','','Shop','','publish','closed','closed','','shop','','','2021-04-26 13:44:37','2021-04-26 13:44:37','',0,'http://lightandlotusyoga.calvarycrossag.com/shop/',0,'page','',0),(7,1,'2021-04-26 13:44:37','2021-04-26 13:44:37','<!-- wp:shortcode -->\n[woocommerce_cart]\n<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2021-08-02 04:12:04','2021-08-02 04:12:04','',0,'http://lightandlotusyoga.calvarycrossag.com/cart/',0,'page','',0),(8,1,'2021-04-26 13:44:37','2021-04-26 13:44:37','<!-- wp:shortcode -->\n[woocommerce_checkout]\n<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2021-08-02 04:12:39','2021-08-02 04:12:39','',0,'http://lightandlotusyoga.calvarycrossag.com/checkout/',0,'page','',0),(9,1,'2021-04-26 13:44:37','2021-04-26 13:44:37','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2021-04-26 13:44:37','2021-04-26 13:44:37','',0,'http://lightandlotusyoga.calvarycrossag.com/my-account/',0,'page','',0),(11,0,'2021-04-27 21:08:29','2021-04-27 21:08:29','','Default Kit','','publish','closed','closed','','default-kit','','','2021-08-02 13:55:31','2021-08-02 13:55:31','',0,'http://lightandlotusyoga.calvarycrossag.com/?elementor_library=default-kit',0,'elementor_library','',0),(13,1,'2021-05-17 02:34:14','2021-05-17 02:34:14','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n			<h2>Light and Lotus</h2>		\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"https://lightandlotusyoga.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"https://lightandlotusyoga.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-189\"><a href=\"https://lightandlotusyoga.com/classes/\" class = \"hfe-menu-item\">Classes</a></li>\n<li id=\"menu-item-145\"><a href=\"https://lightandlotusyoga.com/studio/\" class = \"hfe-menu-item\">Where Can You Find Me?</a></li>\n<li id=\"menu-item-144\"><a href=\"https://lightandlotusyoga.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"https://lightandlotusyoga.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-265\"><a href=\"/product/weekly-yoga-classe/\" class = \"hfe-menu-item\">Book Now</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','publish','closed','closed','','light-and-lotus-yoga-header','','','2021-08-02 13:59:16','2021-08-02 13:59:16','',0,'http://lightandlotusyoga.calvarycrossag.com/?post_type=elementor-hf&#038;p=13',0,'elementor-hf','',0),(14,1,'2021-05-17 02:34:14','2021-05-17 02:34:14','','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-05-17 02:34:14','2021-05-17 02:34:14','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=14',0,'revision','',0),(16,1,'2021-05-17 02:42:37','2021-05-17 02:42:37','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>','MC Header 17','','publish','closed','closed','','mc-header-17','','','2021-05-17 02:42:37','2021-05-17 02:42:37','',0,'http://lightandlotusyoga.calvarycrossag.com/?elementor_library=mc-header-17',0,'elementor_library','',0),(17,1,'2021-05-17 02:42:37','2021-05-17 02:42:37','','MC Header 17','','inherit','closed','closed','','16-revision-v1','','','2021-05-17 02:42:37','2021-05-17 02:42:37','',16,'http://lightandlotusyoga.calvarycrossag.com/?p=17',0,'revision','',0),(18,1,'2021-05-17 02:42:37','2021-05-17 02:42:37','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>','MC Header 17','','inherit','closed','closed','','16-revision-v1','','','2021-05-17 02:42:37','2021-05-17 02:42:37','',16,'http://lightandlotusyoga.calvarycrossag.com/?p=18',0,'revision','',0),(19,1,'2021-05-17 02:43:29','2021-05-17 02:43:29','','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-05-17 02:43:29','2021-05-17 02:43:29','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=19',0,'revision','',0),(20,1,'2021-05-17 02:43:29','2021-05-17 02:43:29','','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-05-17 02:43:29','2021-05-17 02:43:29','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=20',0,'revision','',0),(21,1,'2021-05-17 02:43:29','2021-05-17 02:43:29','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-05-17 02:43:29','2021-05-17 02:43:29','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=21',0,'revision','',0),(22,1,'2021-05-17 02:52:18','2021-05-17 02:52:18','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2><a href=\"/classes/\">group classes</a></h2>		\n			<h2><a href=\"/videos/\">Video Yoga</a></h2>		\n			<h2><a href=\"/classes/\">Memberships / discounts</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">connect with us</a></h2>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]','Home Page','','publish','closed','closed','','home-page','','','2021-08-02 13:54:10','2021-08-02 13:54:10','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=22',0,'page','',0),(23,1,'2021-05-17 02:47:55','2021-05-17 02:47:55','','Elementor #22','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 02:47:55','2021-05-17 02:47:55','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=23',0,'revision','',0),(24,1,'2021-05-17 02:55:37','2021-05-17 02:55:37','','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 02:55:37','2021-05-17 02:55:37','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=24',0,'revision','',0),(25,1,'2021-05-17 02:55:37','2021-05-17 02:55:37','','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 02:55:37','2021-05-17 02:55:37','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=25',0,'revision','',0),(26,1,'2021-05-17 02:55:37','2021-05-17 02:55:37','','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 02:55:37','2021-05-17 02:55:37','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=26',0,'revision','',0),(28,1,'2021-05-17 03:04:49','2021-05-17 03:04:49','','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:04:49','2021-05-17 03:04:49','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=28',0,'revision','',0),(29,1,'2021-05-17 03:04:49','2021-05-17 03:04:49','','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:04:49','2021-05-17 03:04:49','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=29',0,'revision','',0),(30,1,'2021-05-17 03:04:49','2021-05-17 03:04:49','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:04:49','2021-05-17 03:04:49','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=30',0,'revision','',0),(32,1,'2021-05-17 03:11:26','2021-05-17 03:11:26','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:11:26','2021-05-17 03:11:26','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=32',0,'revision','',0),(33,1,'2021-05-17 03:11:26','2021-05-17 03:11:26','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:11:26','2021-05-17 03:11:26','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=33',0,'revision','',0),(34,1,'2021-05-17 03:11:27','2021-05-17 03:11:27','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:11:27','2021-05-17 03:11:27','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=34',0,'revision','',0),(35,1,'2021-05-17 03:11:53','2021-05-17 03:11:53','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:11:53','2021-05-17 03:11:53','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=35',0,'revision','',0),(36,1,'2021-05-17 03:11:53','2021-05-17 03:11:53','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:11:53','2021-05-17 03:11:53','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=36',0,'revision','',0),(37,1,'2021-05-17 03:11:53','2021-05-17 03:11:53','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:11:53','2021-05-17 03:11:53','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=37',0,'revision','',0),(38,1,'2021-05-17 03:12:36','2021-05-17 03:12:36','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:12:36','2021-05-17 03:12:36','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=38',0,'revision','',0),(39,1,'2021-05-17 03:12:36','2021-05-17 03:12:36','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:12:36','2021-05-17 03:12:36','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=39',0,'revision','',0),(40,1,'2021-05-17 03:12:36','2021-05-17 03:12:36','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:12:36','2021-05-17 03:12:36','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=40',0,'revision','',0),(42,1,'2021-05-17 03:30:00','2021-05-17 03:30:00','','yoga-class-light-and-lotus','','inherit','open','closed','','yoga-class-light-and-lotus','','','2021-05-17 03:30:00','2021-05-17 03:30:00','',0,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(43,1,'2021-05-17 03:34:08','2021-05-17 03:34:08','','video-yoga-class-light-and-lotus','','inherit','open','closed','','video-yoga-class-light-and-lotus','','','2021-05-17 03:34:08','2021-05-17 03:34:08','',0,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(44,1,'2021-05-17 03:34:37','2021-05-17 03:34:37','','outdoor-yoga-class-light-and-lotus','','inherit','open','closed','','outdoor-yoga-class-light-and-lotus','','','2021-05-17 03:34:37','2021-05-17 03:34:37','',0,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(45,1,'2021-05-17 03:48:21','2021-05-17 03:48:21','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:48:21','2021-05-17 03:48:21','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=45',0,'revision','',0),(46,1,'2021-05-17 03:48:21','2021-05-17 03:48:21','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:48:21','2021-05-17 03:48:21','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=46',0,'revision','',0),(47,1,'2021-05-17 03:48:22','2021-05-17 03:48:22','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>first week free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 03:48:22','2021-05-17 03:48:22','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=47',0,'revision','',0),(48,1,'2021-05-17 17:15:23','2021-05-17 17:15:23','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>first week free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 17:15:23','2021-05-17 17:15:23','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=48',0,'revision','',0),(49,1,'2021-05-17 17:15:23','2021-05-17 17:15:23','<h2>Light and Lotus Yoga</h2>		\n		<p>Barefoot Studio offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>first week free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 17:15:23','2021-05-17 17:15:23','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=49',0,'revision','',0),(50,1,'2021-05-17 17:15:23','2021-05-17 17:15:23','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>first week free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-17 17:15:23','2021-05-17 17:15:23','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=50',0,'revision','',0),(51,1,'2021-05-17 17:21:21','2021-05-17 17:21:21','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		© LIGHT AND LOTUS YOGA [hfe_current_year] &lt;br&gt;Website built by &lt;a href=&quot;https://esselwebdesign.com&gt;Essel Web Design&lt;/a&gt;','Light and Lotus Yoga Footer','','publish','closed','closed','','light-and-lotus-yoga-footer','','','2021-07-26 01:54:57','2021-07-26 01:54:57','',0,'http://lightandlotusyoga.calvarycrossag.com/?post_type=elementor-hf&#038;p=51',0,'elementor-hf','',0),(52,1,'2021-05-17 17:21:21','2021-05-17 17:21:21','','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:21:21','2021-05-17 17:21:21','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=52',0,'revision','',0),(54,1,'2021-05-17 17:34:19','2021-05-17 17:34:19','','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:34:19','2021-05-17 17:34:19','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=54',0,'revision','',0),(55,1,'2021-05-17 17:34:19','2021-05-17 17:34:19','','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:34:19','2021-05-17 17:34:19','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=55',0,'revision','',0),(56,1,'2021-05-17 17:34:20','2021-05-17 17:34:20','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS</h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:34:20','2021-05-17 17:34:20','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=56',0,'revision','',0),(57,1,'2021-05-17 17:36:15','2021-05-17 17:36:15','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS</h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:36:15','2021-05-17 17:36:15','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=57',0,'revision','',0),(58,1,'2021-05-17 17:36:15','2021-05-17 17:36:15','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS</h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:36:15','2021-05-17 17:36:15','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=58',0,'revision','',0),(59,1,'2021-05-17 17:36:15','2021-05-17 17:36:15','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS</h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:36:15','2021-05-17 17:36:15','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=59',0,'revision','',0),(60,1,'2021-05-17 17:36:55','2021-05-17 17:36:55','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS</h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:36:55','2021-05-17 17:36:55','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=60',0,'revision','',0),(61,1,'2021-05-17 17:36:55','2021-05-17 17:36:55','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>SIGN UP FOR STUDIO NEWS &amp; DISCOUNTS</h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:36:55','2021-05-17 17:36:55','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=61',0,'revision','',0),(62,1,'2021-05-17 17:36:55','2021-05-17 17:36:55','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-17 17:36:55','2021-05-17 17:36:55','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=62',0,'revision','',0),(64,1,'2021-05-19 01:23:23','2021-05-19 01:23:23','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>first week free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:23:23','2021-05-19 01:23:23','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=64',0,'revision','',0),(65,1,'2021-05-19 01:23:23','2021-05-19 01:23:23','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>first week free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:23:23','2021-05-19 01:23:23','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=65',0,'revision','',0),(66,1,'2021-05-19 01:23:23','2021-05-19 01:23:23','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:23:23','2021-05-19 01:23:23','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=66',0,'revision','',0),(67,1,'2021-05-19 01:24:13','2021-05-19 01:24:13','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:24:13','2021-05-19 01:24:13','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=67',0,'revision','',0),(68,1,'2021-05-19 01:24:13','2021-05-19 01:24:13','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:24:13','2021-05-19 01:24:13','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=68',0,'revision','',0),(69,1,'2021-05-19 01:24:13','2021-05-19 01:24:13','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:24:13','2021-05-19 01:24:13','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=69',0,'revision','',0),(70,1,'2021-05-19 01:29:28','2021-05-19 01:29:28','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:29:28','2021-05-19 01:29:28','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=70',0,'revision','',0),(71,1,'2021-05-19 01:29:28','2021-05-19 01:29:28','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:29:28','2021-05-19 01:29:28','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=71',0,'revision','',0),(72,1,'2021-05-19 01:29:29','2021-05-19 01:29:29','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:29:29','2021-05-19 01:29:29','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=72',0,'revision','',0),(73,1,'2021-05-19 01:32:26','2021-05-19 01:32:26','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:32:26','2021-05-19 01:32:26','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=73',0,'revision','',0),(74,1,'2021-05-19 01:32:26','2021-05-19 01:32:26','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:32:26','2021-05-19 01:32:26','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=74',0,'revision','',0),(75,1,'2021-05-19 01:32:26','2021-05-19 01:32:26','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-05-19 01:32:26','2021-05-19 01:32:26','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=75',0,'revision','',0),(76,1,'2021-05-19 01:40:18','2021-05-19 01:40:18','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:40:18','2021-05-19 01:40:18','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=76',0,'revision','',0),(77,1,'2021-05-19 01:40:18','2021-05-19 01:40:18','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:40:18','2021-05-19 01:40:18','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=77',0,'revision','',0),(78,1,'2021-05-19 01:40:18','2021-05-19 01:40:18','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		&COPY LIGHT AND LOTUS YOGA','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:40:18','2021-05-19 01:40:18','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=78',0,'revision','',0),(79,1,'2021-05-19 01:40:37','2021-05-19 01:40:37','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		&COPY LIGHT AND LOTUS YOGA','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:40:37','2021-05-19 01:40:37','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=79',0,'revision','',0),(80,1,'2021-05-19 01:40:37','2021-05-19 01:40:37','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		&COPY LIGHT AND LOTUS YOGA','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:40:37','2021-05-19 01:40:37','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=80',0,'revision','',0),(81,1,'2021-05-19 01:40:37','2021-05-19 01:40:37','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		&COPY LIGHT AND LOTUS YOGA 2020','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:40:37','2021-05-19 01:40:37','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=81',0,'revision','',0),(82,1,'2021-05-19 01:41:53','2021-05-19 01:41:53','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		&COPY LIGHT AND LOTUS YOGA 2020','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:41:53','2021-05-19 01:41:53','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=82',0,'revision','',0),(83,1,'2021-05-19 01:41:53','2021-05-19 01:41:53','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		&COPY LIGHT AND LOTUS YOGA 2020','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:41:53','2021-05-19 01:41:53','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=83',0,'revision','',0),(84,1,'2021-05-19 01:41:53','2021-05-19 01:41:53','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:41:53','2021-05-19 01:41:53','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=84',0,'revision','',0),(85,1,'2021-05-19 01:42:44','2021-05-19 01:42:44','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:42:44','2021-05-19 01:42:44','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=85',0,'revision','',0),(86,1,'2021-05-19 01:42:44','2021-05-19 01:42:44','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:42:44','2021-05-19 01:42:44','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=86',0,'revision','',0),(87,1,'2021-05-19 01:42:44','2021-05-19 01:42:44','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:42:44','2021-05-19 01:42:44','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=87',0,'revision','',0),(88,1,'2021-05-19 01:43:48','2021-05-19 01:43:48','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:43:48','2021-05-19 01:43:48','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=88',0,'revision','',0),(89,1,'2021-05-19 01:43:48','2021-05-19 01:43:48','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road</p><p>Little Rock, Arkansas 72202</p><p>Tel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:43:48','2021-05-19 01:43:48','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=89',0,'revision','',0),(90,1,'2021-05-19 01:43:48','2021-05-19 01:43:48','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-05-19 01:43:48','2021-05-19 01:43:48','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=90',0,'revision','',0),(91,1,'2021-05-19 01:55:11','2021-05-19 01:55:11','<h2>About ME</h2>		\n															<img width=\"576\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg 576w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-169x300.jpeg 169w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-768x1365.jpeg 768w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-864x1536.jpeg 864w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-600x1067.jpeg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth.jpeg 1080w\" sizes=\"(max-width: 576px) 100vw, 576px\" />															\n					I am a \n		<p>I\'m a southern, sunshine-loving, melanated girl who loves people. I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life was founded. I\'m a fan of all forms of art, live music, food, and festivals. I met my husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.</p>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','publish','closed','closed','','about','','','2021-08-02 03:54:19','2021-08-02 03:54:19','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=91',0,'page','',0),(92,1,'2021-05-19 01:50:30','2021-05-19 01:50:30','','Elementor #91','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 01:50:30','2021-05-19 01:50:30','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=92',0,'revision','',0),(93,1,'2021-05-19 01:58:10','2021-05-19 01:58:10','','about-light-and-lotus','','inherit','open','closed','','about-light-and-lotus','','','2021-05-19 01:58:10','2021-05-19 01:58:10','',91,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(94,1,'2021-05-19 02:07:44','2021-05-19 02:07:44','<h2>About us</h2>','Elementor #91','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:07:44','2021-05-19 02:07:44','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=94',0,'revision','',0),(95,1,'2021-05-19 02:07:44','2021-05-19 02:07:44','<h2>About us</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:07:44','2021-05-19 02:07:44','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=95',0,'revision','',0),(96,1,'2021-05-19 02:07:44','2021-05-19 02:07:44','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:07:44','2021-05-19 02:07:44','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=96',0,'revision','',0),(97,1,'2021-05-19 02:08:49','2021-05-19 02:08:49','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:08:49','2021-05-19 02:08:49','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=97',0,'revision','',0),(98,1,'2021-05-19 02:08:50','2021-05-19 02:08:50','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:08:50','2021-05-19 02:08:50','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=98',0,'revision','',0),(99,1,'2021-05-19 02:08:50','2021-05-19 02:08:50','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:08:50','2021-05-19 02:08:50','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=99',0,'revision','',0),(101,1,'2021-05-19 02:09:46','2021-05-19 02:09:46','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:09:46','2021-05-19 02:09:46','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=101',0,'revision','',0),(102,1,'2021-05-19 02:09:46','2021-05-19 02:09:46','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:09:46','2021-05-19 02:09:46','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=102',0,'revision','',0),(103,1,'2021-05-19 02:09:50','2021-05-19 02:09:50','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:09:50','2021-05-19 02:09:50','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=103',0,'revision','',0),(105,1,'2021-05-19 02:11:20','2021-05-19 02:11:20','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:11:20','2021-05-19 02:11:20','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=105',0,'revision','',0),(106,1,'2021-05-19 02:11:20','2021-05-19 02:11:20','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:11:20','2021-05-19 02:11:20','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=106',0,'revision','',0),(107,1,'2021-05-19 02:11:21','2021-05-19 02:11:21','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:11:21','2021-05-19 02:11:21','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=107',0,'revision','',0),(108,1,'2021-05-19 02:29:17','2021-05-19 02:29:17','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:29:17','2021-05-19 02:29:17','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=108',0,'revision','',0),(109,1,'2021-05-19 02:29:17','2021-05-19 02:29:17','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:29:17','2021-05-19 02:29:17','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=109',0,'revision','',0),(110,1,'2021-05-19 02:29:17','2021-05-19 02:29:17','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:29:17','2021-05-19 02:29:17','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=110',0,'revision','',0),(111,1,'2021-05-19 02:30:06','2021-05-19 02:30:06','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:30:06','2021-05-19 02:30:06','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=111',0,'revision','',0),(112,1,'2021-05-19 02:30:06','2021-05-19 02:30:06','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:30:06','2021-05-19 02:30:06','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=112',0,'revision','',0),(113,1,'2021-05-19 02:30:06','2021-05-19 02:30:06','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:30:06','2021-05-19 02:30:06','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=113',0,'revision','',0),(114,1,'2021-05-19 02:31:46','2021-05-19 02:31:46','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:31:46','2021-05-19 02:31:46','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=114',0,'revision','',0),(115,1,'2021-05-19 02:31:46','2021-05-19 02:31:46','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:31:46','2021-05-19 02:31:46','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=115',0,'revision','',0),(116,1,'2021-05-19 02:31:47','2021-05-19 02:31:47','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-05-19 02:31:47','2021-05-19 02:31:47','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=116',0,'revision','',0),(117,1,'2021-05-19 02:55:00','2021-05-19 02:55:00','<h2>where can you find me?</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Monday - 10 Fitness Maumelle @ 9:45 AM</p><p>Friday - 10 Fitness Maumelle @ 9:45 AM</p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM</p><p>Saturday WLR Yoga @ 10:30 AM</p>','Studio','','publish','closed','closed','','studio','','','2021-08-02 13:53:01','2021-08-02 13:53:01','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=117',0,'page','',0),(118,1,'2021-05-19 02:35:57','2021-05-19 02:35:57','','Elementor #117','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:35:57','2021-05-19 02:35:57','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=118',0,'revision','',0),(119,1,'2021-05-19 02:48:23','2021-05-19 02:48:23','','video-yoga-class-light-and-lotus.jpg','','inherit','open','closed','','video-yoga-class-light-and-lotus-jpg','','','2021-05-19 02:48:23','2021-05-19 02:48:23','',0,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1.jpg',0,'attachment','image/jpeg',0),(120,1,'2021-05-19 02:48:50','2021-05-19 02:48:50','','studio-light-and-lotus','','inherit','open','closed','','studio-light-and-lotus','','','2021-05-19 02:48:50','2021-05-19 02:48:50','',117,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/studio-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(121,1,'2021-05-19 02:57:44','2021-05-19 02:57:44','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n											<p class=\'premium-maps-info-title\'>Premium Google Maps</p>Add an optional description to your map pin','Elementor #117','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:57:44','2021-05-19 02:57:44','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=121',0,'revision','',0),(122,1,'2021-05-19 02:57:44','2021-05-19 02:57:44','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n											<p class=\'premium-maps-info-title\'>Premium Google Maps</p>Add an optional description to your map pin','Elementor #117','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:57:44','2021-05-19 02:57:44','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=122',0,'revision','',0),(123,1,'2021-05-19 02:57:44','2021-05-19 02:57:44','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Elementor #117','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:57:44','2021-05-19 02:57:44','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=123',0,'revision','',0),(124,1,'2021-05-19 02:57:52','2021-05-19 02:57:52','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Elementor #117','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:57:52','2021-05-19 02:57:52','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=124',0,'revision','',0),(125,1,'2021-05-19 02:57:52','2021-05-19 02:57:52','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:57:52','2021-05-19 02:57:52','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=125',0,'revision','',0),(126,1,'2021-05-19 02:57:52','2021-05-19 02:57:52','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:57:52','2021-05-19 02:57:52','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=126',0,'revision','',0),(127,1,'2021-05-19 02:58:04','2021-05-19 02:58:04','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:58:04','2021-05-19 02:58:04','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=127',0,'revision','',0),(128,1,'2021-05-19 02:58:05','2021-05-19 02:58:05','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:58:05','2021-05-19 02:58:05','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=128',0,'revision','',0),(129,1,'2021-05-19 02:58:05','2021-05-19 02:58:05','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-05-19 02:58:05','2021-05-19 02:58:05','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=129',0,'revision','',0),(130,1,'2021-05-19 03:02:25','2021-05-19 03:02:25','<h2>videos</h2>		\n		[embedyt] https://www.youtube.com/embed?listType=playlist&list=UURU8BVEh_wK77OnSKLRir0w&layout=gallery[/embedyt]','Videos','','publish','closed','closed','','videos','','','2021-07-26 01:33:02','2021-07-26 01:33:02','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=130',0,'page','',0),(131,1,'2021-05-19 03:04:00','2021-05-19 03:04:00','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Duplicated: Studio - [#117]','','inherit','closed','closed','','130-revision-v1','','','2021-05-19 03:04:00','2021-05-19 03:04:00','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=131',0,'revision','',0),(132,1,'2021-05-19 03:04:00','2021-05-19 03:04:00','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-19 03:04:00','2021-05-19 03:04:00','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=132',0,'revision','',0),(133,1,'2021-05-19 03:04:00','2021-05-19 03:04:00','<h2>videos</h2>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-19 03:04:00','2021-05-19 03:04:00','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=133',0,'revision','',0),(134,1,'2021-05-19 03:07:49','2021-05-19 03:07:49','','videos-light-and-lotus','','inherit','open','closed','','videos-light-and-lotus','','','2021-05-19 03:07:49','2021-05-19 03:07:49','',130,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/videos-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(135,1,'2021-05-19 03:08:00','2021-05-19 03:08:00','<h2>videos</h2>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-19 03:08:00','2021-05-19 03:08:00','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=135',0,'revision','',0),(136,1,'2021-05-19 03:08:00','2021-05-19 03:08:00','<h2>videos</h2>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-19 03:08:00','2021-05-19 03:08:00','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=136',0,'revision','',0),(137,1,'2021-05-19 03:08:00','2021-05-19 03:08:00','<h2>videos</h2>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-19 03:08:00','2021-05-19 03:08:00','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=137',0,'revision','',0),(138,1,'2021-05-19 03:17:24','2021-05-19 03:17:24','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"10 fitness, maumelle arkansas\"\n					aria-label=\"10 fitness, maumelle arkansas\"\n			></iframe>\n															<img width=\"768\" height=\"512\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								No In-Person Classes\n								Saturday\n								Contact for appointment\n								Monday\n								11:45 AM to 4 PM\n								Tuesday\n								8:30 AM to 4 PM\n								Wednesday\n								8:30 AM to 4 PM\n								Thursday\n								8:30 AM to 4 PM\n								Friday\n								11:45 AM to 4 PM','Contact','','publish','closed','closed','','contact','','','2021-09-08 18:17:49','2021-09-08 18:17:49','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=138',0,'page','',0),(139,1,'2021-05-19 03:16:11','2021-05-19 03:16:11','','contact-light-and-lotus','','inherit','open','closed','','contact-light-and-lotus','','','2021-05-19 03:16:11','2021-05-19 03:16:11','',138,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(140,1,'2021-05-19 03:18:41','2021-05-19 03:18:41','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n															<img width=\"768\" height=\"512\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-05-19 03:18:41','2021-05-19 03:18:41','',138,'http://lightandlotusyoga.calvarycrossag.com/?p=140',0,'revision','',0),(141,1,'2021-05-19 03:18:41','2021-05-19 03:18:41','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n															<img width=\"768\" height=\"512\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-05-19 03:18:41','2021-05-19 03:18:41','',138,'http://lightandlotusyoga.calvarycrossag.com/?p=141',0,'revision','',0),(142,1,'2021-05-19 03:18:41','2021-05-19 03:18:41','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n															<img width=\"768\" height=\"512\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								Close\n								Saturday\n								10:00 AM to 7:00 PM\n								Monday\n								10:00 AM to 7:00 PM\n								Tues Day\n								10:00 AM to 7:00 PM\n								Wednesday\n								10:00 AM to 7:00 PM\n								Thursday\n								10:00 AM to 7:00 PM\n								Friday\n								10:00 AM to 7:00 PM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-05-19 03:18:41','2021-05-19 03:18:41','',138,'http://lightandlotusyoga.calvarycrossag.com/?p=142',0,'revision','',0),(143,1,'2021-08-05 14:42:41','2021-05-19 03:21:45',' ','','','publish','closed','closed','','143','','','2021-08-05 14:42:41','2021-08-05 14:42:41','',0,'http://lightandlotusyoga.calvarycrossag.com/?p=143',6,'nav_menu_item','',0),(144,1,'2021-08-05 14:42:41','2021-05-19 03:21:45',' ','','','publish','closed','closed','','144','','','2021-08-05 14:42:41','2021-08-05 14:42:41','',0,'http://lightandlotusyoga.calvarycrossag.com/?p=144',5,'nav_menu_item','',0),(145,1,'2021-08-05 14:42:41','2021-05-19 03:21:45','','Where Can You Find Me?','','publish','closed','closed','','145','','','2021-08-05 14:42:41','2021-08-05 14:42:41','',0,'http://lightandlotusyoga.calvarycrossag.com/?p=145',4,'nav_menu_item','',0),(146,1,'2021-08-05 14:42:41','2021-05-19 03:21:45',' ','','','publish','closed','closed','','146','','','2021-08-05 14:42:41','2021-08-05 14:42:41','',0,'http://lightandlotusyoga.calvarycrossag.com/?p=146',2,'nav_menu_item','',0),(147,1,'2021-08-05 14:42:41','2021-05-19 03:21:45','','Home','','publish','closed','closed','','147','','','2021-08-05 14:42:41','2021-08-05 14:42:41','',0,'http://lightandlotusyoga.calvarycrossag.com/?p=147',1,'nav_menu_item','',0),(149,1,'2021-05-21 15:47:53','2021-05-21 15:47:53','<h2>videos</h2>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-21 15:47:53','2021-05-21 15:47:53','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=149',0,'revision','',0),(150,1,'2021-05-21 15:47:53','2021-05-21 15:47:53','<h2>videos</h2>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-21 15:47:53','2021-05-21 15:47:53','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=150',0,'revision','',0),(151,1,'2021-05-21 15:47:53','2021-05-21 15:47:53','<h2>videos</h2>		\n				Please make sure to set your Youtube API key in <a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-admin/admin.php?page=premium-addons#tab=integrations\" target=\"_blank\" rel=\"noopener\">Integrations</a> tab. For further information about getting an API key, please check this <a href=\"https://premiumaddons.com/docs/how-to-enable-youtube-data-api-for-premium-video-box-widget/?utm_source=editor-page&amp;utm_medium=wp-editor&amp;utm_campaign=get-support&amp;utm_term=neve\" target=\"_blank\" rel=\"noopener\">article</a>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-21 15:47:53','2021-05-21 15:47:53','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=151',0,'revision','',0),(152,1,'2021-05-21 15:50:52','2021-05-21 15:50:52','<h2>videos</h2>		\n				Please make sure to set your Youtube API key in <a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-admin/admin.php?page=premium-addons#tab=integrations\" target=\"_blank\" rel=\"noopener\">Integrations</a> tab. For further information about getting an API key, please check this <a href=\"https://premiumaddons.com/docs/how-to-enable-youtube-data-api-for-premium-video-box-widget/?utm_source=editor-page&amp;utm_medium=wp-editor&amp;utm_campaign=get-support&amp;utm_term=neve\" target=\"_blank\" rel=\"noopener\">article</a>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-21 15:50:52','2021-05-21 15:50:52','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=152',0,'revision','',0),(153,1,'2021-05-21 15:50:52','2021-05-21 15:50:52','<h2>videos</h2>		\n				Please make sure to set your Youtube API key in <a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-admin/admin.php?page=premium-addons#tab=integrations\" target=\"_blank\" rel=\"noopener\">Integrations</a> tab. For further information about getting an API key, please check this <a href=\"https://premiumaddons.com/docs/how-to-enable-youtube-data-api-for-premium-video-box-widget/?utm_source=editor-page&amp;utm_medium=wp-editor&amp;utm_campaign=get-support&amp;utm_term=neve\" target=\"_blank\" rel=\"noopener\">article</a>','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-21 15:50:52','2021-05-21 15:50:52','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=153',0,'revision','',0),(154,1,'2021-05-21 15:50:54','2021-05-21 15:50:54','<h2>videos</h2>		\n				Something went wrong. It seems like the playlist you selected does not have any videos','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-05-21 15:50:54','2021-05-21 15:50:54','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=154',0,'revision','',0),(157,1,'2021-06-06 20:05:24','2021-06-06 20:05:24','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-06-06 20:05:24','2021-06-06 20:05:24','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=157',0,'revision','',0),(158,1,'2021-06-06 20:05:24','2021-06-06 20:05:24','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-06-06 20:05:24','2021-06-06 20:05:24','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=158',0,'revision','',0),(159,1,'2021-06-06 20:05:25','2021-06-06 20:05:25','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>I\'m a southern, sunshine-loving, melanated girl who loves people. I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life was founded. I\'m a fan of all forms of art, live music, food, and festivals. I met my husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.</p>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-06-06 20:05:25','2021-06-06 20:05:25','',91,'http://lightandlotusyoga.calvarycrossag.com/?p=159',0,'revision','',0),(160,1,'2021-06-06 20:36:17','2021-06-06 20:36:17','<h2>Classes</h2>		\n                <h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>EnLIGHTen</h2>\n                It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Feel The Light</h2>\n                In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Get Lotus</h2>\n                Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&amp;B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\n<br><br>\n1 hr<br><br>\n$12 - $18','Classes','','publish','closed','closed','','classes','','','2021-06-07 13:12:19','2021-06-07 13:12:19','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=160',0,'page','',0),(161,1,'2021-06-06 20:06:02','2021-06-06 20:06:02','','Elementor #160','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 20:06:02','2021-06-06 20:06:02','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=161',0,'revision','',0),(162,1,'2021-06-06 20:43:00','2021-06-06 20:43:00','<h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>EnLIGHTen</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 20:43:00','2021-06-06 20:43:00','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=162',0,'revision','',0),(163,1,'2021-06-06 20:43:00','2021-06-06 20:43:00','<h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>EnLIGHTen</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 20:43:00','2021-06-06 20:43:00','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=163',0,'revision','',0),(164,1,'2021-06-06 20:43:00','2021-06-06 20:43:00','<h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>EnLIGHTen</h2>\n                It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Feel The Light</h2>\n                In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Get Lotus</h2>\n                Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&amp;B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\n<br><br>\n1 hr<br><br>\n$12 - $18','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 20:43:00','2021-06-06 20:43:00','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=164',0,'revision','',0),(165,1,'2021-06-06 20:47:28','2021-06-06 20:47:28','','studio-light-and-lotus.jpg','','inherit','open','closed','','studio-light-and-lotus-jpg','','','2021-06-06 20:47:28','2021-06-06 20:47:28','',0,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/06/studio-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(166,1,'2021-06-06 23:29:58','2021-06-06 23:29:58','<h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>EnLIGHTen</h2>\n                It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Feel The Light</h2>\n                In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Get Lotus</h2>\n                Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&amp;B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\n<br><br>\n1 hr<br><br>\n$12 - $18','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 23:29:58','2021-06-06 23:29:58','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=166',0,'revision','',0),(167,1,'2021-06-06 23:29:58','2021-06-06 23:29:58','<h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>EnLIGHTen</h2>\n                It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Feel The Light</h2>\n                In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Get Lotus</h2>\n                Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&amp;B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\n<br><br>\n1 hr<br><br>\n$12 - $18','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 23:29:58','2021-06-06 23:29:58','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=167',0,'revision','',0),(168,1,'2021-06-06 23:29:59','2021-06-06 23:29:59','<h2>Classes</h2>		\n                <h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>EnLIGHTen</h2>\n                It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Feel The Light</h2>\n                In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Get Lotus</h2>\n                Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&amp;B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\n<br><br>\n1 hr<br><br>\n$12 - $18','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-06 23:29:59','2021-06-06 23:29:59','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=168',0,'revision','',0),(169,1,'2021-06-06 23:40:37','2021-06-06 23:40:37','','light and lotus yoga logo','','inherit','open','closed','','light-and-lotus-yoga-logo','','','2021-06-06 23:40:37','2021-06-06 23:40:37','',13,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg',0,'attachment','image/jpeg',0),(171,1,'2021-06-06 23:51:07','2021-06-06 23:51:07','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-06 23:51:07','2021-06-06 23:51:07','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=171',0,'revision','',0),(172,1,'2021-06-06 23:51:07','2021-06-06 23:51:07','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-06 23:51:07','2021-06-06 23:51:07','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=172',0,'revision','',0),(173,1,'2021-06-06 23:51:08','2021-06-06 23:51:08','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-06 23:51:08','2021-06-06 23:51:08','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=173',0,'revision','',0),(175,1,'2021-06-06 23:56:51','2021-06-06 23:56:51','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-06 23:56:51','2021-06-06 23:56:51','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=175',0,'revision','',0),(176,1,'2021-06-06 23:56:51','2021-06-06 23:56:51','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-06 23:56:51','2021-06-06 23:56:51','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=176',0,'revision','',0),(177,1,'2021-06-06 23:56:52','2021-06-06 23:56:52','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-06 23:56:52','2021-06-06 23:56:52','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=177',0,'revision','',0),(178,1,'2021-06-07 00:07:07','2021-06-07 00:07:07','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-06-07 00:07:07','2021-06-07 00:07:07','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=178',0,'revision','',0),(179,1,'2021-06-07 00:07:07','2021-06-07 00:07:07','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-06-07 00:07:07','2021-06-07 00:07:07','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=179',0,'revision','',0),(180,1,'2021-06-07 00:07:07','2021-06-07 00:07:07','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-06-07 00:07:07','2021-06-07 00:07:07','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=180',0,'revision','',0),(181,1,'2021-06-07 00:07:55','2021-06-07 00:07:55','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-07 00:07:55','2021-06-07 00:07:55','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=181',0,'revision','',0),(182,1,'2021-06-07 00:07:56','2021-06-07 00:07:56','<h3>\n					EMAIL NOW\n				</h3>\n								<p>info@yourdomain.com </p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>(+01) 123 456 7890</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-07 00:07:56','2021-06-07 00:07:56','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=182',0,'revision','',0),(183,1,'2021-06-07 00:07:56','2021-06-07 00:07:56','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-07 00:07:56','2021-06-07 00:07:56','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=183',0,'revision','',0),(184,1,'2021-06-07 00:12:04','2021-06-07 00:12:04','<h2>videos</h2>		\n				Something went wrong. It seems like the playlist you selected does not have any videos','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-06-07 00:12:04','2021-06-07 00:12:04','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=184',0,'revision','',0),(185,1,'2021-06-07 00:12:04','2021-06-07 00:12:04','<h2>videos</h2>		\n				Something went wrong. It seems like the playlist you selected does not have any videos','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-06-07 00:12:04','2021-06-07 00:12:04','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=185',0,'revision','',0),(186,1,'2021-06-07 00:12:06','2021-06-07 00:12:06','<h2>videos</h2>		\n				Something went wrong. It seems like the playlist you selected does not have any videos','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-06-07 00:12:06','2021-06-07 00:12:06','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=186',0,'revision','',0),(189,1,'2021-08-05 14:42:41','2021-06-07 00:40:17',' ','','','publish','closed','closed','','189','','','2021-08-05 14:42:41','2021-08-05 14:42:41','',0,'http://lightandlotusyoga.calvarycrossag.com/?p=189',3,'nav_menu_item','',0),(191,1,'2021-06-07 00:54:12','2021-06-07 00:54:12','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-07 00:54:12','2021-06-07 00:54:12','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=191',0,'revision','',0),(192,1,'2021-06-07 00:54:12','2021-06-07 00:54:12','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Studio</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-07 00:54:12','2021-06-07 00:54:12','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=192',0,'revision','',0),(193,1,'2021-06-07 00:54:12','2021-06-07 00:54:12','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n			<h2>Light and Lotus</h2>		\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-189\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\" class = \"hfe-menu-item\">Classes</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Where Can You Find Me?</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-06-07 00:54:12','2021-06-07 00:54:12','',13,'http://lightandlotusyoga.calvarycrossag.com/?p=193',0,'revision','',0),(194,1,'2021-06-07 01:24:57','2021-06-07 01:24:57','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-06-07 01:24:57','2021-06-07 01:24:57','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=194',0,'revision','',0),(195,1,'2021-06-07 01:24:57','2021-06-07 01:24:57','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>Clothing / Goods</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>First Week Free</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-06-07 01:24:57','2021-06-07 01:24:57','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=195',0,'revision','',0),(196,1,'2021-06-07 01:24:57','2021-06-07 01:24:57','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>group classes</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>Memberships / discounts</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-06-07 01:24:57','2021-06-07 01:24:57','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=196',0,'revision','',0),(197,1,'2021-06-07 01:46:40','2021-06-07 01:46:40','','where can you find me light and lotus','','inherit','open','closed','','where-can-you-find-me-light-and-lotus','','','2021-06-07 01:46:40','2021-06-07 01:46:40','',117,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/06/where-can-you-find-me-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(198,1,'2021-06-07 02:18:18','2021-06-07 02:18:18','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-06-07 02:18:18','2021-06-07 02:18:18','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=198',0,'revision','',0),(199,1,'2021-06-07 02:18:18','2021-06-07 02:18:18','<h2>STUDIO</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-06-07 02:18:18','2021-06-07 02:18:18','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=199',0,'revision','',0),(200,1,'2021-06-07 02:18:18','2021-06-07 02:18:18','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-06-07 02:18:18','2021-06-07 02:18:18','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=200',0,'revision','',0),(201,1,'2021-06-07 13:11:56','2021-06-07 13:11:56','','classes light and lotus','','inherit','open','closed','','classes-light-and-lotus','','','2021-06-07 13:11:56','2021-06-07 13:11:56','',160,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/06/classes-light-and-lotus.jpg',0,'attachment','image/jpeg',0),(202,1,'2021-06-07 13:12:19','2021-06-07 13:12:19','<h2>Classes</h2>		\n                <h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>EnLIGHTen</h2>\n                It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Feel The Light</h2>\n                In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Get Lotus</h2>\n                Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&amp;B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\n<br><br>\n1 hr<br><br>\n$12 - $18','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 13:12:19','2021-06-07 13:12:19','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=202',0,'revision','',0),(203,1,'2021-06-07 13:12:19','2021-06-07 13:12:19','<h2>Classes</h2>		\n                <h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>EnLIGHTen</h2>\n                It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Feel The Light</h2>\n                In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Get Lotus</h2>\n                Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&amp;B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\n<br><br>\n1 hr<br><br>\n$12 - $18','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 13:12:19','2021-06-07 13:12:19','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=203',0,'revision','',0),(204,1,'2021-06-07 13:12:19','2021-06-07 13:12:19','<h2>Classes</h2>		\n                <h2>Community Classes</h2>\n                Community Classes will be held at different locations within your community people of all ages and experience are welcome to join. Locations will be announced and determined as classes are scheduled.\n<br><br>\n1 hr <br><br>\nDonation Based with suggested $5 minimum<br>            \n                <h2>Light and Lotus</h2>\n                Everyone has to start somewhere! This is a beginner\'s Vinyasa group class. Vinyasa yoga is one of the most common yoga practices in Western culture. In this class, we will gently and slowly be guided through a \"flow\" yoking breath and movement in an effort to prepare our minds and body for meditation. In this class, you can expect basic yoga poses with a lot of verbal, visual, and physical cues to help you understand and get comfortable with the safe positioning of your body as you practice.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Lotus Throne</h2>\n                Adjust your crown and come take a seat on your throne. This is a group chair yoga class where you will be able to experience the full benefit of a traditional yoga class without the worry of strain on injured or sensitive joints and muscles. The support of the chair allows for better stability, increased range of motion, and better focus on breath and spatial awareness.\nThis class is ideal for EVERYONE from beginner to advanced.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>EnLIGHTen</h2>\n                It\'s always nice to stumble upon moments of enlightenment, and in today\'s world, it\'s quite difficult to slow down enough to seize those opportunities. This is a Hatha-style group class. Hatha yoga incorporates the same moves as Vinyasa however the pacing of this class is slower, poses will be held longer, and focus will be shifted slightly more to stretching rather than movement and breath control. The pace of this class will allow ample time for you to find stillness and become in tune with your thoughts or maybe even your spiritual guidance.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Feel The Light</h2>\n                In some places, you might feel the burn, and that doesn\'t sound so pleasant so with Light and Lotus you feel the LIGHT! This is an intermediate to advanced Vinyasa class designed to get your body moving, your heart pumping, and your sweat dropping. Just like any other class offered you don\'t have to be super flexible for this class, but it helps to have some knowledge of poses and alignments so that you can safely move your body through the physical demands of the flow.\n<br><br>\n1 hr<br><br>\n$12 - $18            \n                <h2>Get Lotus</h2>\n                Yoga with Light and Lotus is always guaranteed to be fun and light-hearted because that\'s just how we get down. But this group class is elevated to party vibes. We will groove through an all-level Vinyasa flow to the tunes of our favorite Hip-Hop and R&amp;B songs. We all come to yoga to find something and sometimes that something is just to get in touch with our party animals. No worries, just like all the other classes offered you will be affirmed and you will be encouraged to accept yourself right where you are!\n<br><br>\n1 hr<br><br>\n$12 - $18','Classes','','inherit','closed','closed','','160-revision-v1','','','2021-06-07 13:12:19','2021-06-07 13:12:19','',160,'http://lightandlotusyoga.calvarycrossag.com/?p=204',0,'revision','',0),(205,1,'2021-06-07 13:20:14','2021-06-07 13:20:14','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n															<img width=\"768\" height=\"512\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								Close\n								Saturday\n								10:00 AM to 7:00 PM\n								Monday\n								10:00 AM to 7:00 PM\n								Tues Day\n								10:00 AM to 7:00 PM\n								Wednesday\n								10:00 AM to 7:00 PM\n								Thursday\n								10:00 AM to 7:00 PM\n								Friday\n								10:00 AM to 7:00 PM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-06-07 13:20:14','2021-06-07 13:20:14','',138,'http://lightandlotusyoga.calvarycrossag.com/?p=205',0,'revision','',0),(206,1,'2021-06-07 13:20:14','2021-06-07 13:20:14','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"London Eye, London, United Kingdom\" aria-label=\"London Eye, London, United Kingdom\"></iframe>		\n															<img width=\"768\" height=\"512\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								Close\n								Saturday\n								10:00 AM to 7:00 PM\n								Monday\n								10:00 AM to 7:00 PM\n								Tues Day\n								10:00 AM to 7:00 PM\n								Wednesday\n								10:00 AM to 7:00 PM\n								Thursday\n								10:00 AM to 7:00 PM\n								Friday\n								10:00 AM to 7:00 PM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-06-07 13:20:14','2021-06-07 13:20:14','',138,'http://lightandlotusyoga.calvarycrossag.com/?p=206',0,'revision','',0),(207,1,'2021-06-07 13:20:14','2021-06-07 13:20:14','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								Close\n								Saturday\n								10:00 AM to 7:00 PM\n								Monday\n								10:00 AM to 7:00 PM\n								Tues Day\n								10:00 AM to 7:00 PM\n								Wednesday\n								10:00 AM to 7:00 PM\n								Thursday\n								10:00 AM to 7:00 PM\n								Friday\n								10:00 AM to 7:00 PM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-06-07 13:20:14','2021-06-07 13:20:14','',138,'http://lightandlotusyoga.calvarycrossag.com/?p=207',0,'revision','',0),(214,1,'2021-07-19 02:53:13','0000-00-00 00:00:00','<h2>Booking</h2>		\n		[wbc-calendar]','Booking','','draft','closed','closed','','','','','2021-07-19 02:53:13','2021-07-19 02:53:13','',0,'http://lightandlotusyoga.calvarycrossag.com/?page_id=214',0,'page','',0),(215,1,'2021-07-19 02:32:28','2021-07-19 02:32:28','','Elementor #214','','inherit','closed','closed','','214-revision-v1','','','2021-07-19 02:32:28','2021-07-19 02:32:28','',214,'http://lightandlotusyoga.calvarycrossag.com/?p=215',0,'revision','',0),(217,1,'2021-07-19 02:48:09','2021-07-19 02:48:09','<h2>Classes</h2>','Light and Lotus Title','','publish','closed','closed','','light-and-lotus-title','','','2021-07-19 02:48:09','2021-07-19 02:48:09','',0,'http://lightandlotusyoga.calvarycrossag.com/?elementor_library=light-and-lotus-title',0,'elementor_library','',0),(218,1,'2021-07-19 02:48:09','2021-07-19 02:48:09','','Light and Lotus Title','','inherit','closed','closed','','217-revision-v1','','','2021-07-19 02:48:09','2021-07-19 02:48:09','',217,'http://lightandlotusyoga.calvarycrossag.com/?p=218',0,'revision','',0),(219,1,'2021-07-19 02:48:09','2021-07-19 02:48:09','<h2>Classes</h2>','Light and Lotus Title','','inherit','closed','closed','','217-revision-v1','','','2021-07-19 02:48:09','2021-07-19 02:48:09','',217,'http://lightandlotusyoga.calvarycrossag.com/?p=219',0,'revision','',0),(222,1,'2021-07-26 01:06:55','2021-07-26 01:06:55','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>group classes</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>Memberships / discounts</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-07-26 01:06:55','2021-07-26 01:06:55','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=222',0,'revision','',0),(223,1,'2021-07-26 01:06:55','2021-07-26 01:06:55','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2>group classes</h2>		\n			<h2>Video Yoga</h2>		\n			<h2>Memberships / discounts</h2>','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-07-26 01:06:55','2021-07-26 01:06:55','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=223',0,'revision','',0),(224,1,'2021-07-26 01:06:56','2021-07-26 01:06:56','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">group classes</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\">Video Yoga</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">Memberships / discounts</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">connect with us</a></h2>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		[instagram-feed]','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-07-26 01:06:56','2021-07-26 01:06:56','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=224',0,'revision','',0),(226,1,'2021-07-26 01:33:02','2021-07-26 01:33:02','<h2>videos</h2>		\n				Something went wrong. It seems like the playlist you selected does not have any videos','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-07-26 01:33:02','2021-07-26 01:33:02','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=226',0,'revision','',0),(227,1,'2021-07-26 01:33:02','2021-07-26 01:33:02','<h2>videos</h2>		\n				Something went wrong. It seems like the playlist you selected does not have any videos','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-07-26 01:33:02','2021-07-26 01:33:02','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=227',0,'revision','',0),(228,1,'2021-07-26 01:33:02','2021-07-26 01:33:02','<h2>videos</h2>		\n		[embedyt] https://www.youtube.com/embed?listType=playlist&list=UURU8BVEh_wK77OnSKLRir0w&layout=gallery[/embedyt]','Videos','','inherit','closed','closed','','130-revision-v1','','','2021-07-26 01:33:02','2021-07-26 01:33:02','',130,'http://lightandlotusyoga.calvarycrossag.com/?p=228',0,'revision','',0),(230,1,'2021-07-26 01:45:57','2021-07-26 01:45:57','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">group classes</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\">Video Yoga</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">Memberships / discounts</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">connect with us</a></h2>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		[instagram-feed]','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-07-26 01:45:57','2021-07-26 01:45:57','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=230',0,'revision','',0),(231,1,'2021-07-26 01:45:57','2021-07-26 01:45:57','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">group classes</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\">Video Yoga</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">Memberships / discounts</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">connect with us</a></h2>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		[instagram-feed]','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-07-26 01:45:57','2021-07-26 01:45:57','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=231',0,'revision','',0),(232,1,'2021-07-26 01:45:58','2021-07-26 01:45:58','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">group classes</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\">Video Yoga</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">Memberships / discounts</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">connect with us</a></h2>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-07-26 01:45:58','2021-07-26 01:45:58','',22,'http://lightandlotusyoga.calvarycrossag.com/?p=232',0,'revision','',0),(233,1,'2021-07-26 01:48:08','2021-07-26 01:48:08','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-07-26 01:48:08','2021-07-26 01:48:08','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=233',0,'revision','',0),(234,1,'2021-07-26 01:48:08','2021-07-26 01:48:08','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-07-26 01:48:08','2021-07-26 01:48:08','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=234',0,'revision','',0),(235,1,'2021-07-26 01:48:09','2021-07-26 01:48:09','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-07-26 01:48:09','2021-07-26 01:48:09','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=235',0,'revision','',0),(237,1,'2021-07-26 01:54:56','2021-07-26 01:54:56','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-07-26 01:54:56','2021-07-26 01:54:56','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=237',0,'revision','',0),(238,1,'2021-07-26 01:54:56','2021-07-26 01:54:56','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<p style=\"text-align:center\">&COPY LIGHT AND LOTUS YOGA 2020</p>','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-07-26 01:54:56','2021-07-26 01:54:56','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=238',0,'revision','',0),(239,1,'2021-07-26 01:54:57','2021-07-26 01:54:57','<h2>Studio Hours<br></h2>		\n		<p>We offer classes 7 days a week, and are open at least 30 minutes before every scheduled class. </p>		\n			<h2>STUDIO NEWS &amp; DISCOUNTS<br></h2>		\n		<p>Click the button below to sign up for the Barefoot Studio Newsletter. Filled with Discounts, Specials, and Studio News!</p>		\n			<h2>contact us<br></h2>		\n		<p>3515 Old Cantrell Road<br>\nLittle Rock, Arkansas 72202<br>\nTel: 501-661-8005</p>		\n			<a href=\"#\" role=\"button\">\n						SIGN UP\n					</a>\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		© LIGHT AND LOTUS YOGA [hfe_current_year] &lt;br&gt;Website built by &lt;a href=&quot;https://esselwebdesign.com&gt;Essel Web Design&lt;/a&gt;','Light and Lotus Yoga Footer','','inherit','closed','closed','','51-revision-v1','','','2021-07-26 01:54:57','2021-07-26 01:54:57','',51,'http://lightandlotusyoga.calvarycrossag.com/?p=239',0,'revision','',0),(240,1,'2021-07-26 02:35:31','2021-07-26 02:35:31','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-07-26 02:35:31','2021-07-26 02:35:31','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=240',0,'revision','',0),(241,1,'2021-07-26 02:35:31','2021-07-26 02:35:31','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"video-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"outdoor-yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n		<img src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"yoga-class-light-and-lotus\">\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet,Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. </p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-07-26 02:35:31','2021-07-26 02:35:31','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=241',0,'revision','',0),(242,1,'2021-07-26 02:35:31','2021-07-26 02:35:31','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Where you can find me this week: Monroe Hub</p><p>Price: $135</p><p>Frequency: 4 week class</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-07-26 02:35:31','2021-07-26 02:35:31','',117,'http://lightandlotusyoga.calvarycrossag.com/?p=242',0,'revision','',0),(260,1,'2021-08-02 00:58:12','0000-00-00 00:00:00','<p>[bookly-form]</p>','Elementor #260','','draft','closed','closed','','','','','2021-08-02 00:58:12','2021-08-02 00:58:12','',0,'https://lightandlotusyoga.calvarycrossag.com/?page_id=260',0,'page','',0),(261,1,'2021-08-02 00:56:24','2021-08-02 00:56:24','','Elementor #260','','inherit','closed','closed','','260-revision-v1','','','2021-08-02 00:56:24','2021-08-02 00:56:24','',260,'https://lightandlotusyoga.calvarycrossag.com/?p=261',0,'revision','',0),(263,1,'2021-08-02 03:02:26','2021-08-02 03:02:26','','Private Sessions','','publish','closed','closed','','private-sessions','','','2021-08-05 14:39:50','2021-08-05 14:39:50','',0,'https://lightandlotusyoga.calvarycrossag.com/?post_type=product&#038;p=263',0,'product','',0),(264,1,'2021-08-02 03:10:44','2021-08-02 03:10:44','','LightandLotusClassPicture','','inherit','open','closed','','lightandlotusclasspicture','','','2021-08-02 03:10:44','2021-08-02 03:10:44','',263,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/LightandLotusClassPicture.jpg',0,'attachment','image/jpeg',0),(265,1,'2021-08-05 14:42:41','2021-08-02 03:25:25','','Book Now','','publish','closed','closed','','book-now','','','2021-08-05 14:42:41','2021-08-05 14:42:41','',0,'https://lightandlotusyoga.calvarycrossag.com/?p=265',7,'nav_menu_item','',0),(266,1,'2021-08-02 03:29:49','2021-08-02 03:29:49','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n			<h2>Light and Lotus</h2>		\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-189\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\" class = \"hfe-menu-item\">Classes</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Where Can You Find Me?</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-08-02 03:29:49','2021-08-02 03:29:49','',13,'https://lightandlotusyoga.calvarycrossag.com/?p=266',0,'revision','',0),(267,1,'2021-08-02 03:29:49','2021-08-02 03:29:49','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n			<h2>Light and Lotus</h2>		\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-189\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\" class = \"hfe-menu-item\">Classes</a></li>\n<li id=\"menu-item-145\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Where Can You Find Me?</a></li>\n<li id=\"menu-item-144\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"http://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-08-02 03:29:49','2021-08-02 03:29:49','',13,'https://lightandlotusyoga.calvarycrossag.com/?p=267',0,'revision','',0),(268,1,'2021-08-02 03:29:50','2021-08-02 03:29:50','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n			<h2>Light and Lotus</h2>		\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-189\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/classes/\" class = \"hfe-menu-item\">Classes</a></li>\n<li id=\"menu-item-145\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Where Can You Find Me?</a></li>\n<li id=\"menu-item-144\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-265\"><a href=\"/product/weekly-yoga-classe/\" class = \"hfe-menu-item\">Book Now</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-08-02 03:29:50','2021-08-02 03:29:50','',13,'https://lightandlotusyoga.calvarycrossag.com/?p=268',0,'revision','',0),(269,1,'2021-08-02 03:41:41','2021-08-02 03:41:41','<h2>where can you find me?</h2>\n<ul></ul>\n<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\nImage #1\n<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\nImage #2\n<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n\nWhere you can find me this week: Monroe Hub\n\nPrice: $135\n\nFrequency: 4 week class','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 03:41:41','2021-08-02 03:41:41','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=269',0,'revision','',0),(270,1,'2021-08-02 03:50:06','2021-08-02 03:50:06','','Chelsea Hudspeth','','inherit','open','closed','','chelsea-hudspeth','','','2021-08-02 03:50:06','2021-08-02 03:50:06','',91,'http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth.jpeg',0,'attachment','image/jpeg',0),(271,1,'2021-08-02 03:50:25','2021-08-02 03:50:25','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>I\'m a southern, sunshine-loving, melanated girl who loves people. I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life was founded. I\'m a fan of all forms of art, live music, food, and festivals. I met my husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.</p>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-08-02 03:50:25','2021-08-02 03:50:25','',91,'https://lightandlotusyoga.calvarycrossag.com/?p=271',0,'revision','',0),(272,1,'2021-08-02 03:50:25','2021-08-02 03:50:25','<h2>About ME</h2>		\n															<img width=\"683\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-683x1024.jpg 683w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-200x300.jpg 200w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-768x1152.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus-600x900.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/about-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 683px) 100vw, 683px\" />															\n		<p>I\'m a southern, sunshine-loving, melanated girl who loves people. I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life was founded. I\'m a fan of all forms of art, live music, food, and festivals. I met my husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.</p>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-08-02 03:50:25','2021-08-02 03:50:25','',91,'https://lightandlotusyoga.calvarycrossag.com/?p=272',0,'revision','',0),(273,1,'2021-08-02 03:50:25','2021-08-02 03:50:25','<h2>About ME</h2>		\n															<img width=\"576\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg 576w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-169x300.jpeg 169w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-768x1365.jpeg 768w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-864x1536.jpeg 864w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-600x1067.jpeg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth.jpeg 1080w\" sizes=\"(max-width: 576px) 100vw, 576px\" />															\n		<p>I\'m a southern, sunshine-loving, melanated girl who loves people. I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life was founded. I\'m a fan of all forms of art, live music, food, and festivals. I met my husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.</p>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-08-02 03:50:25','2021-08-02 03:50:25','',91,'https://lightandlotusyoga.calvarycrossag.com/?p=273',0,'revision','',0),(274,1,'2021-08-02 03:54:18','2021-08-02 03:54:18','<h2>About ME</h2>		\n															<img width=\"576\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg 576w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-169x300.jpeg 169w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-768x1365.jpeg 768w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-864x1536.jpeg 864w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-600x1067.jpeg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth.jpeg 1080w\" sizes=\"(max-width: 576px) 100vw, 576px\" />															\n		<p>I\'m a southern, sunshine-loving, melanated girl who loves people. I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life was founded. I\'m a fan of all forms of art, live music, food, and festivals. I met my husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.</p>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-08-02 03:54:18','2021-08-02 03:54:18','',91,'https://lightandlotusyoga.calvarycrossag.com/?p=274',0,'revision','',0),(275,1,'2021-08-02 03:54:19','2021-08-02 03:54:19','<h2>About ME</h2>		\n															<img width=\"576\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg 576w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-169x300.jpeg 169w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-768x1365.jpeg 768w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-864x1536.jpeg 864w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-600x1067.jpeg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth.jpeg 1080w\" sizes=\"(max-width: 576px) 100vw, 576px\" />															\n		<p>I\'m a southern, sunshine-loving, melanated girl who loves people. I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life was founded. I\'m a fan of all forms of art, live music, food, and festivals. I met my husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.</p>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-08-02 03:54:19','2021-08-02 03:54:19','',91,'https://lightandlotusyoga.calvarycrossag.com/?p=275',0,'revision','',0),(276,1,'2021-08-02 03:54:19','2021-08-02 03:54:19','<h2>About ME</h2>		\n															<img width=\"576\" height=\"1024\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-576x1024.jpeg 576w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-169x300.jpeg 169w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-768x1365.jpeg 768w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-864x1536.jpeg 864w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth-600x1067.jpeg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/08/Chelsea-Hudspeth.jpeg 1080w\" sizes=\"(max-width: 576px) 100vw, 576px\" />															\n					I am a \n		<p>I\'m a southern, sunshine-loving, melanated girl who loves people. I grew up surrounded and uplifted by the love of friends and family, which without a doubt is where my love for life was founded. I\'m a fan of all forms of art, live music, food, and festivals. I met my husband of 8 years while in college, and together we\'ve created 3 beautiful daughters. I\'ve graced this earth for about 30 years or so and I\'ve come to realize that I\'ve spent the bulk of my life living and breathing to live up to the roles and responsibilities that society has placed on me. In the midst of this revelation, I began searching for myself and came to yoga for a moment of peace and found so much more. It is my desire to always be authentic with myself and others while being an advocate for everyone I cross paths with to live a life that best serves who they truly are.</p>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>Light and Lotus Yoga</h2>','About','','inherit','closed','closed','','91-revision-v1','','','2021-08-02 03:54:19','2021-08-02 03:54:19','',91,'https://lightandlotusyoga.calvarycrossag.com/?p=276',0,'revision','',0),(278,1,'2021-08-02 04:11:43','2021-08-02 04:11:43','<!-- wp:shortcode -->\n[woocommerce_cart]\n<!-- /wp:shortcode -->','Cart','','inherit','closed','closed','','7-revision-v1','','','2021-08-02 04:11:43','2021-08-02 04:11:43','',7,'https://lightandlotusyoga.calvarycrossag.com/?p=278',0,'revision','',0),(279,1,'2021-08-02 04:12:36','2021-08-02 04:12:36','<!-- wp:shortcode -->\n[woocommerce_checkout]\n<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','8-revision-v1','','','2021-08-02 04:12:36','2021-08-02 04:12:36','',8,'https://lightandlotusyoga.calvarycrossag.com/?p=279',0,'revision','',0),(280,1,'2021-08-02 04:13:30','2021-08-02 04:13:30','<h2>where can you find me?</h2>\n<ul></ul>\n<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\nImage #1\n<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\nImage #2\n<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n\nWhere you can find me this week: Monroe Hub\n\nPrice: $135\n\nFrequency: 4 week class','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:13:30','2021-08-02 04:13:30','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=280',0,'revision','',0),(281,1,'2021-08-02 04:13:30','2021-08-02 04:13:30','<h2>where can you find me?</h2>\n<ul></ul>\n<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\nImage #1\n<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\nImage #2\n<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\">\n<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n</a>\n<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n\nWhere you can find me this week: Monroe Hub\n\nPrice: $135\n\nFrequency: 4 week class','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:13:30','2021-08-02 04:13:30','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=281',0,'revision','',0),(282,1,'2021-08-02 04:13:31','2021-08-02 04:13:31','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=17200%20Chenal%20Parkway%2C%20Little%20Rock%2072223&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Where you can find me this week: Monroe Hub</p><p>Price: $135</p><p>Frequency: 4 week class</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:13:31','2021-08-02 04:13:31','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=282',0,'revision','',0),(283,1,'2021-08-02 04:16:18','2021-08-02 04:16:18','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=17200%20Chenal%20Parkway%2C%20Little%20Rock%2072223&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Where you can find me this week: Monroe Hub</p><p>Price: $135</p><p>Frequency: 4 week class</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:16:18','2021-08-02 04:16:18','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=283',0,'revision','',0),(284,1,'2021-08-02 04:16:18','2021-08-02 04:16:18','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=17200%20Chenal%20Parkway%2C%20Little%20Rock%2072223&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Where you can find me this week: Monroe Hub</p><p>Price: $135</p><p>Frequency: 4 week class</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:16:18','2021-08-02 04:16:18','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=284',0,'revision','',0),(285,1,'2021-08-02 04:16:18','2021-08-02 04:16:18','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=17200%20Chenal%20Parkway%2C%20Little%20Rock%2072223&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Monday - 10 Fitness Maumelle @ 9:45 AM</p><p>Friday - 10 Fitness Maumelle @ 9:45 AM</p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM</p><p>Saturday WLR Yoga @ 10:30 AM</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:16:18','2021-08-02 04:16:18','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=285',0,'revision','',0),(286,1,'2021-08-02 04:17:10','2021-08-02 04:17:10','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=17200%20Chenal%20Parkway%2C%20Little%20Rock%2072223&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Monday - 10 Fitness Maumelle @ 9:45 AM</p><p>Friday - 10 Fitness Maumelle @ 9:45 AM</p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM</p><p>Saturday WLR Yoga @ 10:30 AM</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:17:10','2021-08-02 04:17:10','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=286',0,'revision','',0),(287,1,'2021-08-02 04:17:10','2021-08-02 04:17:10','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=17200%20Chenal%20Parkway%2C%20Little%20Rock%2072223&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Monday - 10 Fitness Maumelle @ 9:45 AM</p><p>Friday - 10 Fitness Maumelle @ 9:45 AM</p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM</p><p>Saturday WLR Yoga @ 10:30 AM</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:17:10','2021-08-02 04:17:10','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=287',0,'revision','',0),(288,1,'2021-08-02 04:17:10','2021-08-02 04:17:10','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=11731%20Maumelle%20Blvd%2C%20North%20Little%20Rock%2C%20AR%2072113&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Monday - 10 Fitness Maumelle @ 9:45 AM</p><p>Friday - 10 Fitness Maumelle @ 9:45 AM</p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM</p><p>Saturday WLR Yoga @ 10:30 AM</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 04:17:10','2021-08-02 04:17:10','',117,'https://lightandlotusyoga.calvarycrossag.com/?p=288',0,'revision','',0),(289,1,'2021-08-02 13:51:57','2021-08-02 13:51:57','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								Close\n								Saturday\n								10:00 AM to 7:00 PM\n								Monday\n								10:00 AM to 7:00 PM\n								Tues Day\n								10:00 AM to 7:00 PM\n								Wednesday\n								10:00 AM to 7:00 PM\n								Thursday\n								10:00 AM to 7:00 PM\n								Friday\n								10:00 AM to 7:00 PM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-08-02 13:51:57','2021-08-02 13:51:57','',138,'https://lightandlotusyoga.com/?p=289',0,'revision','',0),(290,1,'2021-08-02 13:51:57','2021-08-02 13:51:57','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								Close\n								Saturday\n								10:00 AM to 7:00 PM\n								Monday\n								10:00 AM to 7:00 PM\n								Tues Day\n								10:00 AM to 7:00 PM\n								Wednesday\n								10:00 AM to 7:00 PM\n								Thursday\n								10:00 AM to 7:00 PM\n								Friday\n								10:00 AM to 7:00 PM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-08-02 13:51:57','2021-08-02 13:51:57','',138,'https://lightandlotusyoga.com/?p=290',0,'revision','',0),(291,1,'2021-08-02 13:51:57','2021-08-02 13:51:57','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								No In-Person Classes\n								Saturday\n								9:30 AM to 12 PM\n								Monday\n								9:45 AM to 11:00 AM\n								Tuesday\n								No In-Person Classes\n								Wednesday\n								No In-Person Classes\n								Thursday\n								No In-Person Classes\n								Friday\n								9:45 AM to 11:00 AM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-08-02 13:51:57','2021-08-02 13:51:57','',138,'https://lightandlotusyoga.com/?p=291',0,'revision','',0),(292,1,'2021-08-02 13:53:01','2021-08-02 13:53:01','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=11731%20Maumelle%20Blvd%2C%20North%20Little%20Rock%2C%20AR%2072113&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Monday - 10 Fitness Maumelle @ 9:45 AM</p><p>Friday - 10 Fitness Maumelle @ 9:45 AM</p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM</p><p>Saturday WLR Yoga @ 10:30 AM</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 13:53:01','2021-08-02 13:53:01','',117,'https://lightandlotusyoga.com/?p=292',0,'revision','',0),(293,1,'2021-08-02 13:53:01','2021-08-02 13:53:01','<h2>where can you find me?</h2>		\n			<ul>\n							</ul>\n								<img width=\"1500\" height=\"1500\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-300x300.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-100x100.jpg 100w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-600x600.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-1024x1024.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus-768x768.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/video-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #1\n								<img width=\"1500\" height=\"1125\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-600x450.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-300x225.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-1024x768.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus-768x576.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/outdoor-yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n									Image #2\n								<img width=\"1500\" height=\"1000\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg 1500w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-1024x683.jpg 1024w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" />							\n					<a href=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/yoga-class-light-and-lotus.jpg\" data-rel=\"prettyPhoto[premium-grid-347ce8b]\">\n					</a>\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=11731%20Maumelle%20Blvd%2C%20North%20Little%20Rock%2C%20AR%2072113&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Monday - 10 Fitness Maumelle @ 9:45 AM</p><p>Friday - 10 Fitness Maumelle @ 9:45 AM</p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM</p><p>Saturday WLR Yoga @ 10:30 AM</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 13:53:01','2021-08-02 13:53:01','',117,'https://lightandlotusyoga.com/?p=293',0,'revision','',0),(294,1,'2021-08-02 13:53:01','2021-08-02 13:53:01','<h2>where can you find me?</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n		<p>Monday - 10 Fitness Maumelle @ 9:45 AM</p><p>Friday - 10 Fitness Maumelle @ 9:45 AM</p><p>Saturday Keyfit Live (Virtual) @ 9:30 AM</p><p>Saturday WLR Yoga @ 10:30 AM</p>','Studio','','inherit','closed','closed','','117-revision-v1','','','2021-08-02 13:53:01','2021-08-02 13:53:01','',117,'https://lightandlotusyoga.com/?p=294',0,'revision','',0),(295,1,'2021-08-02 13:54:10','2021-08-02 13:54:10','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">group classes</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\">Video Yoga</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">Memberships / discounts</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">connect with us</a></h2>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-08-02 13:54:10','2021-08-02 13:54:10','',22,'https://lightandlotusyoga.com/?p=295',0,'revision','',0),(296,1,'2021-08-02 13:54:10','2021-08-02 13:54:10','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">group classes</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/videos/\">Video Yoga</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">Memberships / discounts</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">connect with us</a></h2>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-08-02 13:54:10','2021-08-02 13:54:10','',22,'https://lightandlotusyoga.com/?p=296',0,'revision','',0),(297,1,'2021-08-02 13:54:10','2021-08-02 13:54:10','<h2>Light and Lotus Yoga</h2>		\n		<p>Light and Lotus Yoga offers beginner - advanced yoga classes, as well as hot yoga, yin yoga, weekend workshops and much more.</p>		\n			<h2><a href=\"/classes/\">group classes</a></h2>		\n			<h2><a href=\"/videos/\">Video Yoga</a></h2>		\n			<h2><a href=\"/classes/\">Memberships / discounts</a></h2>		\n			<h2><a href=\"http://lightandlotusyoga.calvarycrossag.com/classes/\">connect with us</a></h2>		\n					<a href=\"https://www.facebook.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a href=\"https://www.instagram.com/lightandlotusyoga/\" target=\"_blank\" rel=\"noopener\">\n						Instagram\n											</a>\n					<a href=\"https://www.youtube.com/channel/UCRU8BVEh_wK77OnSKLRir0w\" target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n		[instagram-feed showbio=true sortby=random buttoncolor=#554A9A followcolor=#D39BAE showheader=false]','Home Page','','inherit','closed','closed','','22-revision-v1','','','2021-08-02 13:54:10','2021-08-02 13:54:10','',22,'https://lightandlotusyoga.com/?p=297',0,'revision','',0),(298,1,'2021-08-02 13:55:31','2021-08-02 13:55:31','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2021-08-02 13:55:31','2021-08-02 13:55:31','',11,'https://lightandlotusyoga.com/?p=298',0,'revision','',0),(299,1,'2021-08-02 13:55:31','2021-08-02 13:55:31','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2021-08-02 13:55:31','2021-08-02 13:55:31','',11,'https://lightandlotusyoga.com/?p=299',0,'revision','',0),(300,1,'2021-08-02 13:55:31','2021-08-02 13:55:31','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2021-08-02 13:55:31','2021-08-02 13:55:31','',11,'https://lightandlotusyoga.com/?p=300',0,'revision','',0),(301,1,'2021-08-02 13:59:15','2021-08-02 13:59:15','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n			<h2>Light and Lotus</h2>		\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-189\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/classes/\" class = \"hfe-menu-item\">Classes</a></li>\n<li id=\"menu-item-145\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Where Can You Find Me?</a></li>\n<li id=\"menu-item-144\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-265\"><a href=\"/product/weekly-yoga-classe/\" class = \"hfe-menu-item\">Book Now</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-08-02 13:59:15','2021-08-02 13:59:15','',13,'https://lightandlotusyoga.com/?p=301',0,'revision','',0),(302,1,'2021-08-02 13:59:16','2021-08-02 13:59:16','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"http://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, https://lightandlotusyoga.calvarycrossag.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n			<h2>Light and Lotus</h2>		\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-189\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/classes/\" class = \"hfe-menu-item\">Classes</a></li>\n<li id=\"menu-item-145\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/elementor-117/\" class = \"hfe-menu-item\">Where Can You Find Me?</a></li>\n<li id=\"menu-item-144\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"https://lightandlotusyoga.calvarycrossag.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-265\"><a href=\"/product/weekly-yoga-classe/\" class = \"hfe-menu-item\">Book Now</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-08-02 13:59:16','2021-08-02 13:59:16','',13,'https://lightandlotusyoga.com/?p=302',0,'revision','',0),(303,1,'2021-08-02 13:59:16','2021-08-02 13:59:16','<h3>\n					EMAIL NOW\n				</h3>\n								<p>lightandlotusyoga@gmail.com</p>\n															<img width=\"176\" height=\"176\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo.jpg 176w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-150x150.jpg 150w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/light-and-lotus-yoga-logo-100x100.jpg 100w\" sizes=\"(max-width: 176px) 100vw, 176px\" />															\n			<h2>Light and Lotus</h2>		\n				<h3>\n					CALL US\n				</h3>\n								<p>501-301-0589</p>\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-551eecb9\"><li id=\"menu-item-147\"><a href=\"https://lightandlotusyoga.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-146\"><a href=\"https://lightandlotusyoga.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-189\"><a href=\"https://lightandlotusyoga.com/classes/\" class = \"hfe-menu-item\">Classes</a></li>\n<li id=\"menu-item-145\"><a href=\"https://lightandlotusyoga.com/studio/\" class = \"hfe-menu-item\">Where Can You Find Me?</a></li>\n<li id=\"menu-item-144\"><a href=\"https://lightandlotusyoga.com/videos/\" class = \"hfe-menu-item\">Videos</a></li>\n<li id=\"menu-item-143\"><a href=\"https://lightandlotusyoga.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-265\"><a href=\"/product/weekly-yoga-classe/\" class = \"hfe-menu-item\">Book Now</a></li>\n</ul></nav>','Light and Lotus Yoga Header','','inherit','closed','closed','','13-revision-v1','','','2021-08-02 13:59:16','2021-08-02 13:59:16','',13,'https://lightandlotusyoga.com/?p=303',0,'revision','',0),(304,1,'2021-08-02 14:04:21','2021-08-02 14:04:21','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								No In-Person Classes\n								Saturday\n								9:30 AM to 12 PM\n								Monday\n								9:45 AM to 11:00 AM\n								Tuesday\n								No In-Person Classes\n								Wednesday\n								No In-Person Classes\n								Thursday\n								No In-Person Classes\n								Friday\n								9:45 AM to 11:00 AM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-08-02 14:04:21','2021-08-02 14:04:21','',138,'https://lightandlotusyoga.com/?p=304',0,'revision','',0),(305,1,'2021-08-02 14:04:21','2021-08-02 14:04:21','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								No In-Person Classes\n								Saturday\n								9:30 AM to 12 PM\n								Monday\n								9:45 AM to 11:00 AM\n								Tuesday\n								No In-Person Classes\n								Wednesday\n								No In-Person Classes\n								Thursday\n								No In-Person Classes\n								Friday\n								9:45 AM to 11:00 AM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-08-02 14:04:21','2021-08-02 14:04:21','',138,'https://lightandlotusyoga.com/?p=305',0,'revision','',0),(306,1,'2021-08-02 14:04:21','2021-08-02 14:04:21','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								No In-Person Classes\n								Saturday\n								9:30 AM to 12 PM\n								Monday\n								9:45 AM to 11:00 AM\n								Tuesday\n								No In-Person Classes\n								Wednesday\n								No In-Person Classes\n								Thursday\n								No In-Person Classes\n								Friday\n								9:45 AM to 11:00 AM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-08-02 14:04:21','2021-08-02 14:04:21','',138,'https://lightandlotusyoga.com/?p=306',0,'revision','',0),(307,0,'2021-08-02 14:11:32','2021-08-02 14:11:32','','Booking &ndash; Aug 02, 2021 @ 02:11 PM','','was-in-cart','closed','closed','','booking-aug-02-2021-0211-pm','','','2021-08-02 14:11:58','2021-08-02 14:11:58','',0,'https://lightandlotusyoga.com/?post_type=wc_booking&#038;p=307',0,'wc_booking','',0),(308,1,'2021-08-05 14:37:51','2021-08-05 14:37:51','','Private Sessions','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','263-autosave-v1','','','2021-08-05 14:37:51','2021-08-05 14:37:51','',263,'https://lightandlotusyoga.com/?p=308',0,'revision','',0),(310,0,'2021-08-30 00:50:00','2021-08-30 00:50:00','','Booking &ndash; Aug 30, 2021 @ 12:50 AM','','cancelled','closed','closed','','booking-aug-30-2021-1250-am','','','2021-08-30 00:51:54','2021-08-30 00:51:54','',0,'https://lightandlotusyoga.com/?post_type=wc_booking&#038;p=310',0,'wc_booking','',0),(311,0,'2021-08-30 01:35:00','2021-08-30 01:35:00','','Booking &ndash; Aug 30, 2021 @ 01:35 AM','','complete','closed','closed','','booking-aug-30-2021-0135-am','','','2021-09-03 14:32:19','2021-09-03 14:32:19','',0,'https://lightandlotusyoga.com/?post_type=wc_booking&#038;p=311',0,'wc_booking','',0),(313,1,'2021-09-08 18:17:49','2021-09-08 18:17:49','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								No In-Person Classes\n								Saturday\n								9:30 AM to 12 PM\n								Monday\n								9:45 AM to 11:00 AM\n								Tuesday\n								No In-Person Classes\n								Wednesday\n								No In-Person Classes\n								Thursday\n								No In-Person Classes\n								Friday\n								9:45 AM to 11:00 AM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-09-08 18:17:49','2021-09-08 18:17:49','',138,'https://lightandlotusyoga.com/?p=313',0,'revision','',0),(314,1,'2021-09-08 18:17:49','2021-09-08 18:17:49','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&amp;t=m&amp;z=10&amp;output=embed&amp;iwloc=near\" title=\"%3$s\" aria-label=\"%3$s\"></iframe>\n															<img width=\"768\" height=\"512\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								No In-Person Classes\n								Saturday\n								9:30 AM to 12 PM\n								Monday\n								9:45 AM to 11:00 AM\n								Tuesday\n								No In-Person Classes\n								Wednesday\n								No In-Person Classes\n								Thursday\n								No In-Person Classes\n								Friday\n								9:45 AM to 11:00 AM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-09-08 18:17:49','2021-09-08 18:17:49','',138,'https://lightandlotusyoga.com/?p=314',0,'revision','',0),(315,1,'2021-09-08 18:17:49','2021-09-08 18:17:49','<h2>contact</h2>		\n			<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n					src=\"https://maps.google.com/maps?q=10%20fitness%2C%20maumelle%20arkansas&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"10 fitness, maumelle arkansas\"\n					aria-label=\"10 fitness, maumelle arkansas\"\n			></iframe>\n															<img width=\"768\" height=\"512\" src=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-768x512.jpg 768w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-300x200.jpg 300w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-930x620.jpg 930w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus-600x400.jpg 600w, https://lightandlotusyoga.com/wp-content/uploads/2021/05/contact-light-and-lotus.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" />															\n			<h2>Light and Lotus Yoga</h2>		\n								Sunday\n								No In-Person Classes\n								Saturday\n								Contact for appointment\n								Monday\n								11:45 AM to 4 PM\n								Tuesday\n								8:30 AM to 4 PM\n								Wednesday\n								8:30 AM to 4 PM\n								Thursday\n								8:30 AM to 4 PM\n								Friday\n								11:45 AM to 4 PM','Contact','','inherit','closed','closed','','138-revision-v1','','','2021-09-08 18:17:49','2021-09-08 18:17:49','',138,'https://lightandlotusyoga.com/?p=315',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sbi_instagram_feed_locator`
--

DROP TABLE IF EXISTS `wp_sbi_instagram_feed_locator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_sbi_instagram_feed_locator` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `feed_id` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
  `post_id` bigint(20) unsigned NOT NULL,
  `html_location` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'unknown',
  `shortcode_atts` longtext COLLATE utf8_unicode_ci NOT NULL,
  `last_update` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `feed_id` (`feed_id`),
  KEY `post_id` (`post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sbi_instagram_feed_locator`
--

LOCK TABLES `wp_sbi_instagram_feed_locator` WRITE;
/*!40000 ALTER TABLE `wp_sbi_instagram_feed_locator` DISABLE KEYS */;
INSERT INTO `wp_sbi_instagram_feed_locator` VALUES (1,'sbi_17841407412039342#20',22,'content','[]','2021-12-03 18:04:59');
/*!40000 ALTER TABLE `wp_sbi_instagram_feed_locator` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sbi_instagram_feeds_posts`
--

DROP TABLE IF EXISTS `wp_sbi_instagram_feeds_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_sbi_instagram_feeds_posts` (
  `record_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `id` int(11) unsigned NOT NULL,
  `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `feed_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `hashtag` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`record_id`),
  KEY `hashtag` (`hashtag`(100)),
  KEY `feed_id` (`feed_id`(100))
) ENGINE=InnoDB AUTO_INCREMENT=137 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sbi_instagram_feeds_posts`
--

LOCK TABLES `wp_sbi_instagram_feeds_posts` WRITE;
/*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` DISABLE KEYS */;
INSERT INTO `wp_sbi_instagram_feeds_posts` VALUES (1,1,'17909915806938313','sbi_17841407412039342',''),(2,2,'17920305550779863','sbi_17841407412039342',''),(3,3,'17975851399396740','sbi_17841407412039342',''),(4,4,'17869015844495900','sbi_17841407412039342',''),(5,5,'17903853569046216','sbi_17841407412039342',''),(6,6,'18190962937129943','sbi_17841407412039342',''),(7,7,'17933154949594457','sbi_17841407412039342',''),(8,8,'17931134188576492','sbi_17841407412039342',''),(9,9,'17862189434559589','sbi_17841407412039342',''),(10,10,'18093870088257918','sbi_17841407412039342',''),(11,11,'18121711705238338','sbi_17841407412039342',''),(12,12,'17883671918366736','sbi_17841407412039342',''),(13,13,'17946020605476706','sbi_17841407412039342',''),(14,14,'17879807582411818','sbi_17841407412039342',''),(15,15,'18237021295036833','sbi_17841407412039342',''),(16,16,'18163526617153954','sbi_17841407412039342',''),(17,17,'18086866096263507','sbi_17841407412039342',''),(18,18,'17951450293482188','sbi_17841407412039342',''),(19,19,'17944173736504535','sbi_17841407412039342',''),(20,20,'18238852111001707','sbi_17841407412039342',''),(21,21,'17977824574389880','sbi_17841407412039342',''),(22,22,'17912415367779559','sbi_17841407412039342',''),(23,23,'17881926971304448','sbi_17841407412039342',''),(24,24,'17987728954368932','sbi_17841407412039342',''),(25,25,'17888816597170097','sbi_17841407412039342',''),(26,26,'17910312343815536','sbi_17841407412039342',''),(27,27,'17913078610751760','sbi_17841407412039342',''),(28,28,'17879061806460200','sbi_17841407412039342',''),(29,29,'17931427660585341','sbi_17841407412039342',''),(30,30,'18123817891215187','sbi_17841407412039342',''),(31,31,'17907543247912224','sbi_17841407412039342',''),(32,32,'17920997416689616','sbi_17841407412039342',''),(33,33,'18153873403198630','sbi_17841407412039342',''),(34,34,'17892074600099888','sbi_17841407412039342',''),(35,35,'17874881606341083','sbi_17841407412039342',''),(36,36,'17900008757027137','sbi_17841407412039342',''),(37,37,'17930084407588358','sbi_17841407412039342',''),(38,38,'17929888708598631','sbi_17841407412039342',''),(39,39,'18174917770143023','sbi_17841407412039342',''),(40,40,'17875070873497713','sbi_17841407412039342',''),(41,41,'17988832768341238','sbi_17841407412039342',''),(42,42,'17855361305527285','sbi_17841407412039342',''),(43,43,'17930380516539924','sbi_17841407412039342',''),(44,44,'17915453755673030','sbi_17841407412039342',''),(45,45,'17948071183464012','sbi_17841407412039342',''),(46,46,'17884164890227715','sbi_17841407412039342',''),(47,47,'17884616426161775','sbi_17841407412039342',''),(48,48,'17913145642744301','sbi_17841407412039342',''),(49,49,'17882029469334623','sbi_17841407412039342',''),(50,50,'17843186504565510','sbi_17841407412039342',''),(51,51,'17907317923894347','sbi_17841407412039342',''),(52,52,'17987744068335471','sbi_17841407412039342',''),(53,53,'17890914272031240','sbi_17841407412039342',''),(54,54,'18153866809181885','sbi_17841407412039342',''),(55,55,'17885003624164256','sbi_17841407412039342',''),(56,56,'17871988181502891','sbi_17841407412039342',''),(57,57,'17922270244607082','sbi_17841407412039342',''),(58,58,'17906280451815897','sbi_17841407412039342',''),(59,59,'17869354676384482','sbi_17841407412039342',''),(60,60,'17915242990743295','sbi_17841407412039342',''),(61,61,'18218958673036593','sbi_17841407412039342',''),(62,62,'18152465854089083','sbi_17841407412039342',''),(63,63,'17869952582387614','sbi_17841407412039342',''),(64,64,'17881398926163050','sbi_17841407412039342',''),(65,65,'17852723411533639','sbi_17841407412039342',''),(66,66,'18182533279099480','sbi_17841407412039342',''),(67,67,'17879592830248556','sbi_17841407412039342',''),(68,68,'17909608486775638','sbi_17841407412039342',''),(69,69,'17874222428305312','sbi_17841407412039342',''),(70,70,'17896974872075311','sbi_17841407412039342',''),(71,71,'18152605657157346','sbi_17841407412039342',''),(72,72,'17904680698763831','sbi_17841407412039342',''),(73,73,'18074835688281907','sbi_17841407412039342',''),(74,74,'17997935767338440','sbi_17841407412039342',''),(75,75,'18161348365126251','sbi_17841407412039342',''),(76,76,'18063281971286577','sbi_17841407412039342',''),(77,77,'17902994368867741','sbi_17841407412039342',''),(78,78,'17880780203298268','sbi_17841407412039342',''),(79,79,'17911696636865512','sbi_17841407412039342',''),(80,80,'18150532957087521','sbi_17841407412039342',''),(81,81,'18162177499142463','sbi_17841407412039342',''),(82,82,'17877108071425356','sbi_17841407412039342',''),(83,83,'18141728158170554','sbi_17841407412039342',''),(84,84,'17901430079137790','sbi_17841407412039342',''),(85,85,'17961334132434403','sbi_17841407412039342',''),(86,86,'17888470484378676','sbi_17841407412039342',''),(87,87,'17930995072662011','sbi_17841407412039342',''),(88,88,'17845484087639559','sbi_17841407412039342',''),(89,89,'17893585823203773','sbi_17841407412039342',''),(90,90,'17887018934420075','sbi_17841407412039342',''),(91,91,'17890563134279043','sbi_17841407412039342',''),(92,92,'17897029367148730','sbi_17841407412039342',''),(93,93,'17879538638462703','sbi_17841407412039342',''),(94,94,'17844286418641278','sbi_17841407412039342',''),(95,95,'17909058998039344','sbi_17841407412039342',''),(96,96,'18099924658269209','sbi_17841407412039342',''),(97,97,'17913976525982773','sbi_17841407412039342',''),(98,98,'17888830961269099','sbi_17841407412039342',''),(99,99,'17925947776706108','sbi_17841407412039342',''),(100,100,'17946219697545830','sbi_17841407412039342',''),(101,101,'17919465010841946','sbi_17841407412039342',''),(102,102,'17958066682496367','sbi_17841407412039342',''),(103,103,'17932087264656246','sbi_17841407412039342',''),(104,104,'17846624567652833','sbi_17841407412039342',''),(105,105,'18170747560085632','sbi_17841407412039342',''),(106,106,'18133429126238530','sbi_17841407412039342',''),(107,107,'17894075507489574','sbi_17841407412039342',''),(108,108,'17847492563658100','sbi_17841407412039342',''),(109,109,'17922354202903352','sbi_17841407412039342',''),(110,110,'17894548250274623','sbi_17841407412039342',''),(111,111,'17885557220422753','sbi_17841407412039342',''),(112,112,'17899514990204577','sbi_17841407412039342',''),(113,113,'18188552179124798','sbi_17841407412039342',''),(114,114,'18256865812057084','sbi_17841407412039342',''),(115,115,'18190137130130411','sbi_17841407412039342',''),(116,116,'18000714001371030','sbi_17841407412039342',''),(117,117,'17947625149527581','sbi_17841407412039342',''),(118,118,'18170078944161583','sbi_17841407412039342',''),(119,119,'17925737764840576','sbi_17841407412039342',''),(120,120,'17881864541585348','sbi_17841407412039342',''),(121,121,'17942401081654309','sbi_17841407412039342',''),(122,122,'17902492520222125','sbi_17841407412039342',''),(123,123,'17913397622095852','sbi_17841407412039342',''),(124,124,'17907716006268958','sbi_17841407412039342',''),(125,125,'17922382192963254','sbi_17841407412039342',''),(126,126,'18172143166165848','sbi_17841407412039342',''),(127,127,'18214176289099863','sbi_17841407412039342',''),(128,128,'18019152940317387','sbi_17841407412039342',''),(129,129,'17912212121184715','sbi_17841407412039342',''),(130,130,'17941130110668154','sbi_17841407412039342',''),(131,131,'17853855476644473','sbi_17841407412039342',''),(132,132,'17985617248421181','sbi_17841407412039342',''),(133,133,'17919415766036887','sbi_17841407412039342',''),(134,134,'17890189292457378','sbi_17841407412039342',''),(135,135,'17927144047870832','sbi_17841407412039342',''),(136,136,'17970225076480392','sbi_17841407412039342','');
/*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sbi_instagram_posts`
--

DROP TABLE IF EXISTS `wp_sbi_instagram_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_sbi_instagram_posts` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created_on` datetime DEFAULT NULL,
  `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `time_stamp` datetime DEFAULT NULL,
  `top_time_stamp` datetime DEFAULT NULL,
  `json_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `media_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `sizes` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `aspect_ratio` decimal(4,2) NOT NULL DEFAULT '0.00',
  `images_done` tinyint(1) NOT NULL DEFAULT '0',
  `last_requested` date DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=137 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sbi_instagram_posts`
--

LOCK TABLES `wp_sbi_instagram_posts` WRITE;
/*!40000 ALTER TABLE `wp_sbi_instagram_posts` DISABLE KEYS */;
INSERT INTO `wp_sbi_instagram_posts` VALUES (1,'2021-07-26 00:49:19','17909915806938313','2021-07-20 15:05:40','2021-07-20 15:05:40','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/218345920_1040975199771030_7224337519360626527_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=joCzL_Zxf_0AX_20krV&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2ba19519dcbe53322d699bc06aa6521d&oe=61AE54CD\",\"caption\":\"I rarely get to practice yoga myself these days, so I took the opportunity to join a \\\"Peak Pose\\\" class that kicked my butt... and honestly it shouldn\'t have. \\ud83d\\ude05 But alas, we show up to practice, not to find perfection. \\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f \\n\\nAnyway, I immediately drove over to @monroehub to grab a tea to recharge, trying the Pomegranate Plunge today! It is \\ud83d\\udc4c\\ud83c\\udfff\\ud83d\\udc4c\\ud83c\\udfff\\ud83d\\udc4c\\ud83c\\udfff\\u2757 \\n\\nStop by and see @byhannahmonroe and take a look at the details of the \\\"You Are Here...\\\" series flyer while you\'re at it! We\'ll be hostinf it in this very space! \\ud83e\\udd17\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17909915806938313\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-20T15:05:40+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRjarF2IdZX\\/\"}','218345920_1040975199771030_7224337519360626527_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(2,'2021-07-26 00:49:20','17920305550779863','2021-07-19 23:09:47','2021-07-19 23:09:47','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/220157840_505740827174952_1804389172169630299_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_x7f98_6IxwAX-_9IMJ&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=42947b052a98d2c40c2d16763ab92699&oe=6103F0D5\",\"caption\":\"#repost @moonomens \\n\\nI saw this shared on my dear friend @psluvmimi \'s story... it struck a chord with me because I have been feeling that this is a season of release, not just for me, but for others as well... \\ud83c\\udf2c\\n\\nI messaged her to let her know that I\'ve literally been sharing this sense while inviting my students to set their intentions over the past few days. She suggested that this is confirmation, and I believe it to be true... \\n\\nLet this be the permission you\'re seeking to let go, release what no longer serves you, put down the burdens you carry that don\'t belong to you, let go of the fear and self-doubt you\'ve been holding on to. That thing you\'ve been clinging to for so long for the sake of security, let it go... Release. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17920305550779863\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-19T23:09:47+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRhtR_Qr_X6\\/\"}','220157840_505740827174952_1804389172169630299_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(3,'2021-07-26 00:49:21','17975851399396740','2021-07-17 19:44:43','2021-07-17 19:44:43','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/219863756_1168004920351458_7887192137100071836_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XNnnJIfiyosAX-3NlXP&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=8e12512d3e2b73166a001ced257e51e8&oe=61030E06\",\"caption\":\"As I was scouting out a location in the Children\'s Library for us to practice I discovered a sweet little nook. \\ud83e\\udd29 \\n\\nSince we did Zoo themed yoga today I thought a pic in front of the Tigers would be appropriate. Lol! I had such a great time with this amazing group. \\ud83e\\udd70 \\n\\nThanks @cals_kids and @keyfitlife for the opportunity! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17975851399396740\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-17T19:44:43+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRcMOTmrZnO\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-dfw5-1.cdninstagram.com\\/v\\/t50.2886-16\\/219953721_2958364617717440_733727948542804813_n.mp4?_nc_cat=105&vs=17901823780995713_334830014&_nc_vs=HBkcFQAYJEdEazZIQTNBdGlmd25ZSUtBRTJEcTRhdXVTNEtia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJuzP9cO73Mg%2FFQIoAkMzLBdAOHdLxqfvnhgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=NrYT7dOukkcAX_JXbrH&_nc_ht=video-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6be9547d0f05edd94125d946fefba436&oe=60FE792E&_nc_rid=01cd6119fa\",\"id\":\"17999522158349648\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-07-17T19:44:42+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRcMNTqnMbf\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/219863756_1168004920351458_7887192137100071836_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XNnnJIfiyosAX-3NlXP&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=8e12512d3e2b73166a001ced257e51e8&oe=61030E06\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/218101620_509160883672757_1492204997534858205_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Y2qJSf0oGs8AX_T8E2A&_nc_oc=AQnH3laeOk7JuC7l1I6gd2Q3sZW22yfmKqmTUbi2XHk6YwFJH_spGxF2GFvuLDGSQr0&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=f8fdced314ccef910f91db01a445ae50&oe=61032E9D\",\"id\":\"18153468064160736\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-17T19:44:42+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRcMOPnr8cS\\/\"}]}}','219863756_1168004920351458_7887192137100071836_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(4,'2021-07-26 00:49:22','17869015844495900','2021-07-17 11:42:25','2021-07-17 11:42:25','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/218050186_4369269613124051_4052756026883954156_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=2mdtFeyJqmwAX_m2NfI&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=940bf8d1bdc0086af5a3767782614c53&oe=61ABE7CB\",\"caption\":\"Me: My kids don\'t really care to practice yoga...\\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\nMy kids: Hold my milk.\\ud83d\\ude0f\\n\\nLol! Do your kids like yoga or some  variation of breathing and stretching?? Bring them out today to do some Aniamal themed yoga with CALS Children\'s Library!\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17869015844495900\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-17T11:42:25+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRbVBzyLXmM\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/218050186_4369269613124051_4052756026883954156_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=2mdtFeyJqmwAX_m2NfI&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=940bf8d1bdc0086af5a3767782614c53&oe=61ABE7CB\",\"id\":\"18138486214173823\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-17T11:42:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRbVBwKrwNQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/219604937_525066488913479_3387678679398007889_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=f5eAj97_ecUAX9hpA9Y&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=54ecac724f22aea70531b8910a372602&oe=61ABC0BF\",\"id\":\"17883326243487474\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-17T11:42:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRbVBwJrrgD\\/\"}]}}','218050186_4369269613124051_4052756026883954156_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.93,1,'2021-12-01'),(5,'2021-07-26 00:49:23','17903853569046216','2021-07-15 23:10:54','2021-07-15 23:10:54','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/217759205_776577809628952_8172660836106584624_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=7KJZEYb9cT8AX8rGO5Q&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=e18dd66ab9f704895ac78842c531e115&oe=61AB72DB\",\"caption\":\"Walking up to my Private client\'s door... \\n\\nSay it again \\ud83d\\ude4c\\ud83c\\udffe\\ud83d\\ude4c\\ud83c\\udffe\\ud83d\\ude4c\\ud83c\\udffe\\n\\n\\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\",\"id\":\"17903853569046216\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-15T23:10:54+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRXaOucLSnW\\/\"}','217759205_776577809628952_8172660836106584624_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(6,'2021-07-26 00:49:24','18190962937129943','2021-07-15 01:22:54','2021-07-15 01:22:54','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213266041_588507712308352_742510944507501029_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=PMmJNflaAYkAX-diD4W&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=01c45dd6e96a386fcc2de780d2ce93ee&oe=61B01CCB\",\"caption\":\"What are some random things that are calming for you? \\ud83e\\udd14\\n\\nI\'ve actually never been the type to \\\"color inside the lines\\\" literally or figuratively, but this week I just happened to sit down and recall a color pencil technique I was taught and high school. I oddly found this to be a quick easy way to just knock the edge off of my day... \\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f\",\"id\":\"18190962937129943\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-15T01:22:54+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRVEipuLg_2\\/\"}','213266041_588507712308352_742510944507501029_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(7,'2021-07-26 00:49:26','17933154949594457','2021-07-13 17:25:08','2021-07-13 17:25:08','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/214364737_535390357649730_3433725246383094068_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pOUTMX94PwIAX9UMHu0&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=56af65a68214d9703c59e56a0334c3ef&oe=61020EEB\",\"caption\":\"\\\"You Are Here..\\\" is a 4 week step by step guide to a beginner\'s yoga class. This series will be focused on allowing you to gain clarity and confidence in your knowledge of studio etiquette, pose names and their alignment according to YOUR body, breath work, and so much more! Spots are limited due to the intention of being able to spend more time assisting individuals. \\n\\nContact me via: \\nDirect Message \\nemail: LightandLotusyoga@gmail.com \\nphone: 501-301- 0598 \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17933154949594457\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-13T17:25:08+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRRpEgGI26S\\/\"}','214364737_535390357649730_3433725246383094068_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(8,'2021-07-26 00:49:27','17931134188576492','2021-07-12 21:21:27','2021-07-12 21:21:27','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/217270252_511644330068498_6175354426134764519_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uY7quOi4mwMAX8nfmIA&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=2fa84062d8834e536bfb8500890fc1a5&oe=6102BEE6\",\"caption\":\"\\u2757\\u2757Here\'s the BIG NEWS!!! \\u2757\\u2757\\n\\nIn celebration of launching the newest yoga offering by @lightandlotusyoga we have a GIVEAWAY!!! \\n\\n\\\"You Are Here..\\\" is a 4 week step by step guide to a beginner\'s yoga class. This series will be focused on allowing you to gain clarity and confidence in your knowledge of studio etiquette, pose names and their alignment according to YOUR body, breath work, and so much more! Spots are limited due to the intention of being able to spend more time assisting individuals. Contact me via: \\nDirect Message \\nemail: LightandLotusyoga@gmail.com \\nphone: 501-301- 0598 \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a \\n\\n\\ud83e\\udd73As for the Giveaway, the prize is:\\n*1 standard Yoga Mat\\n*1 set of Yoga Blocks\\n*1 Yoga Mat Carrier \\n*1 Gift Certificate for a Shake & Tea Combo from @monroehub\\n\\nRules:\\nLike and Share IG post to Story\\nTag a friend or two! \\n\\nWinner will be announced July 31st!\\n\\nHappy winnings! \\ud83e\\udd17\",\"id\":\"17931134188576492\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-12T21:21:27+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRPfUe1LvhT\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/217270252_511644330068498_6175354426134764519_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uY7quOi4mwMAX8nfmIA&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=2fa84062d8834e536bfb8500890fc1a5&oe=6102BEE6\",\"id\":\"18001099975341490\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T21:21:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRPfUa-rJKM\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/211859498_345963623827042_153806622746153005_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7JOHMVQ1VUIAX-a2eDH&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=80a95e0906d0f8a9192409be9dcec789&oe=61034D80\",\"id\":\"17942751949524722\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T21:21:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRPfUbUrBso\\/\"}]}}','217270252_511644330068498_6175354426134764519_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(9,'2021-07-26 00:49:28','17862189434559589','2021-07-12 00:41:33','2021-07-12 00:41:33','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213241329_1166785350473411_1719692076211044221_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=8iOpfg9r1WIAX-qDcCb&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a919c2d680846d2ff443f27041bf6932&oe=61AFB63A\",\"caption\":\"I love sharing my yoga practice with people near and far... but one of the things that makes me happiest is when my friends show that they support my practice and journey. \\n\\nLike one of my very first yoga studio instructors coming to take my class \\ud83e\\udd17, my former archenemy shows up to make ammends \\ud83d\\ude05, my bff goes all the way to Vegas and sends me a pic of her convincing UFC fighters to do tree pose! \\ud83d\\ude02\\ud83e\\udd70 \\n\\nTruly brings joy to my heart! I look forward to seeing each and everyone of the people I reach one way or another practice in their own way. \\u2600\\ufe0f\\ud83e\\udde1\\ud83c\\udf3a\",\"id\":\"17862189434559589\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-12T00:41:33+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRNRbMQrE5F\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213241329_1166785350473411_1719692076211044221_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=8iOpfg9r1WIAX-qDcCb&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a919c2d680846d2ff443f27041bf6932&oe=61AFB63A\",\"id\":\"17921965186735474\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T00:41:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRNRbJCrwkj\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213815631_936381363877111_2736463458474848624_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=HCtC30wUu8UAX8RvH_G&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=9e81618225775a0d5163981c4e69b260&oe=61AF60AA\",\"id\":\"18161356684087239\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T00:41:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRNRbJDrVAQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/217594652_857096985202819_1311055235628921360_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=PFo3RiabR3cAX-dFNLe&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=83fe3dccf7eada83025aa8bb71103441&oe=61AFF5E8\",\"id\":\"17967774598421798\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-12T00:41:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRNRbJBLXd0\\/\"}]}}','213241329_1166785350473411_1719692076211044221_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(10,'2021-07-26 00:49:30','18093870088257918','2021-07-10 18:52:51','2021-07-10 18:52:51','{\"media_url\":\"https:\\/\\/video-dfw5-1.cdninstagram.com\\/v\\/t50.2886-16\\/215897265_834177560826543_6256379619046168012_n.mp4?_nc_cat=109&vs=17901789388986717_3652064233&_nc_vs=HBkcFQAYJEdMRlUzZ3l2VWpFWnJ2WUNBTXlWUGFVZElOTldia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJpbogLKnse4%2FFQIoAkMzLBdAFbtkWhysCBgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=mrxkPvGMBY0AX9kM3y8&_nc_ht=video-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=0d344c0e9876b7af409fd9a75bce9a3c&oe=60FEA566&_nc_rid=d157f009f1\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/211781835_892783054644612_7231448857151610770_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TuJidRU_g-QAX86eIYF&_nc_oc=AQnvrsL-uylSLCYkIAImM1b0BdGHUBhz6GmIcMn1RcnJrFu1gzk5jO_6Qr2DMZewZcQ&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=45bf7e4fc2b1a18276239a4aa61477bf&oe=61034B9E\",\"caption\":\"Big News coming! Look out for this graphic next week, I\'ll be making an announcement on @lightandlotusyoga \'s newest yoga offering! \\ud83e\\udd17\\n\\nAnd \\n\\nGiving Away a prize! Give aways are always fun! \\ud83d\\ude01\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18093870088257918\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-07-10T18:52:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRKEttTnEug\\/\"}','211781835_892783054644612_7231448857151610770_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(11,'2021-07-26 00:49:31','18121711705238338','2021-07-10 16:54:29','2021-07-10 16:54:29','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/214401806_1103252756749915_2924745394679236258_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=lKS9PaH_uIUAX_XsMlu&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a8778e4cdc1b2d8e740c73a7e2190b81&oe=61AFE405\",\"caption\":\"Enjoyed myself so much celebrating with @sixthhousestudio for their 1st bday! \\ud83e\\udd73\\n\\nSo grateful for the hearts of @samharrington.love and @claireadmiretraining creating such an amazing space, and carefully putting together such an awe inspiring group of ladies and inviting me to be a part of it. \\ud83e\\udd70\\n\\nI look forward to seeing so much more growth from all the seeds you\'ve planted in the coming years! \\ud83d\\ude4c\\ud83c\\udffe\\n\\n\\u2600\\ufe0f\\ud83e\\udde1\\ud83c\\udf3a\",\"id\":\"18121711705238338\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-10T16:54:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRJ3LZIoRLZ\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/214401806_1103252756749915_2924745394679236258_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=lKS9PaH_uIUAX_XsMlu&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a8778e4cdc1b2d8e740c73a7e2190b81&oe=61AFE405\",\"id\":\"18241354891060169\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-10T16:54:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRJ3LTOo50J\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/213232004_889394991658063_2792721745081629431_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=QkjLyS6AZ3YAX8VIBJu&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=16b089e6e931f7d61490905acfd9865c&oe=61AF0625\",\"id\":\"18125284639212702\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-10T16:54:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRJ3LTNo7k_\\/\"}]}}','214401806_1103252756749915_2924745394679236258_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(12,'2021-07-26 00:49:33','17883671918366736','2021-07-10 02:46:14','2021-07-10 02:46:14','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/212656228_1245604519206802_1163621322064403555_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=OeZ1HNNWj4QAX98BIUA&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=fbe9a7b81dbf343e20330730b243c013&oe=61737F81\",\"caption\":\"This week has been busy mentally, physically, and emotionally for me remembering to rest in times like this is invaluable. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\n#Repost @ninetypesco @download.ins\\n---\\nREST | We all need rest, but many of us have to work to do it well. These 9 types of rest correlate with each of the types (based on your answers last week), but we can ALL value ALL of these!\\ufffd\\n\\ufffd\\nWhich one resonates with you most?\",\"id\":\"17883671918366736\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-10T02:46:14+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRIWGlWLEda\\/\"}','212656228_1245604519206802_1163621322064403555_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-29'),(13,'2021-07-26 00:49:34','17946020605476706','2021-07-08 21:23:49','2021-07-08 21:23:49','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/211461399_194639415927637_2148419298108411455_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7VvGYArMc_AAX8CCcaC&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=5b417dcee87b8b5308ce3a25363ea0ea&oe=6103CC5E\",\"caption\":\"Thank you @run_like_nae for inviting me into your home and allowing me to assist you on your yoga journey! It is truly my pleasure to get to work in the presence of such a beautiful and calming spirit. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17946020605476706\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-08T21:23:49+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRFMaOPLhwd\\/\"}','211461399_194639415927637_2148419298108411455_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(14,'2021-07-26 00:49:35','17879807582411818','2021-07-08 15:30:01','2021-07-08 15:30:01','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/212683316_2622432281398433_5336565808709250544_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=lBFEFi9iYeMAX8bgxtI&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=abf933d97e58c2aa7284d08997dd156c&oe=61035B82\",\"caption\":\"I personally have about 4 different Moutain Valley t-shirts and they are so soft and comfortable! I wear them just on a regular day out, teaching yoga, and even sleeping \\ud83d\\ude05\\n\\n#Repost @mountainvalleywater @download.ins\\n---\\nIf you know us, you know we\\u2019re proud of our roots, and we\\u2019re pleased to announce that we\\u2019ve designed NEW limited-edition apparel with 100% of the proceeds going to Friends of the Ouachita Trail! We believe in preserving the natural beauty of the Ouachita National Forest and are proud to do so alongside FoOT, a non-profit organization created by trail users to maintain the Ouachita National Recreation Trail as a healthy and enjoyable outdoor asset. For more info, visit our Stories.\",\"id\":\"17879807582411818\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-08T15:30:01+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CREj7AbLqHM\\/\"}','212683316_2622432281398433_5336565808709250544_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(15,'2021-07-26 00:49:36','18237021295036833','2021-07-07 23:29:20','2021-07-07 23:29:20','{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/215986779_267746311416502_8541876024860540713_n.mp4?_nc_cat=103&vs=17925976513651635_1566573777&_nc_vs=HBksFQAYJEdGdXkzd3kyS3NpTGctTUFBQ24tUE9IODFvcDJia1lMQUFBRhUAAsgBABUAGCRHSDdRdWd5V1hPTGx3SDRCQUV4ejNHSWVtTlJ3YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb2j%2Fi9jeb2PxUCKAJDMywXQE4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjU3Ni5mZWVkIn0%3D&_nc_ohc=M9Ht4NWZ3HgAX80u-h_&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=8bf13d6528e3835a4cb327339e95080d&oe=61A77139&_nc_rid=688d3767a8\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/211498510_936393797093730_4149254947873544348_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=3TwIP-b45wwAX8Esupp&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=eac1a53086708af02e3a0a50733df56c&oe=61ABD728\",\"caption\":\"This was a reminder to me, because I have heard this advice before... and I know the truth in his words because I\'ve seen the results for myself. But every now and then my focus waivers and my gaze drifts into the endless abyss of unproductive and passive thoughts... my flame shrinks and barely remains a flicker on its wick... So this came as a reminder to me, but I know we\'re all in different places in our journeys... let this be a sign for those of you waiting to take a leap, a spark for those who never ventured to even imagine a new path, a reminder for the rest of us. \\n\\nTake a deep breath, and then move... \\ud83e\\uddd8\\u200d\\u2640\\ufe0f\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18237021295036833\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-07-07T23:29:20+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRC18gFH90f\\/\"}','211498510_936393797093730_4149254947873544348_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-12-01'),(16,'2021-07-26 00:49:37','18163526617153954','2021-07-07 00:34:41','2021-07-07 00:34:41','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/210719974_526044781969630_7590884213861597319_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KypAqP0AkmYAX9YP375&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=623819ebaf5a7cee4971e896ccfebd0a&oe=6102616F\",\"caption\":\"One of the things I\'ve been most passionate about in starting my yoga instructor journey is bringing yoga closer to home... I am privileged to be able to live in the house that I live, have the amazing neighbors that I have, but there is still a need for so much more in our community. Its my mission to bring health and wellness to our doorsteps rather than 20 minutes away in the middle of a community that doesn\'t quite feel like home to us. \\ud83d\\ude0c\\n\\nSo with that being said, I am absolutely thrilled that @lightandlotusyoga will be leading a Beginner Friendly Vinyasa flow THIS FRIDAY July 9 @ 1 p.m. ! \\ud83e\\udd17 \\n\\nLocation: Otter Creek HOA \\n\\nIf you are a member you would have been notified already your regular HOA email updates. Please  contact Karen and sign up! Only $5  this time! \\ud83e\\udd73 \\n\\n\\u2757\\u2757This particular class is for members of Otter Creek HOA . We\'ll be looking to over this class offering to Members AND Guest eventually. I also recognize that 1 p.m. on a weekday is not favorable for those of us who have to work a full time job, so I will also be looking forward to offering classes after hours and weekends. \\u2757\\u2757\\n\\nCan\'t wait to see you there! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18163526617153954\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-07-07T00:34:41+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRAYqe7roGr\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/210719974_526044781969630_7590884213861597319_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KypAqP0AkmYAX9YP375&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=623819ebaf5a7cee4971e896ccfebd0a&oe=6102616F\",\"id\":\"18161373229153256\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-07T00:34:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRAYqaXL_hg\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/210856321_136270548617044_6882241009019964903_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bWjC-w4hyT4AX8adwaw&_nc_oc=AQlw3F-fNRAvWJiiuz9SxMiyfZiTwprvPop-dyEfzx3j5yBdjALNexeNHAUvpUEoofY&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=6f44f679ca7d55c5e708c7b9a2a88518&oe=6103234E\",\"id\":\"17884056347362406\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-07T00:34:40+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CRAYqaGrb7h\\/\"}]}}','210719974_526044781969630_7590884213861597319_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.91,1,'2021-11-23'),(17,'2021-07-26 00:49:38','18086866096263507','2021-07-05 19:07:34','2021-07-05 19:07:34','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/210548747_336255391483823_3950198136511207525_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=SpU-Saphu7YAX8PGw8k&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=9e710fa6314d8938db40396241fcc890&oe=61AC558B\",\"caption\":\"One on One yoga session. Private sessions are a great option for several reasons! The ability to customize your practice for your body or mental and\\/or emotional focuses, If you are new to yoga and you want to break the ice before walking into a studio, if you want undivided attention to assist with alignment and understanding of poses, you want to practice but the group classes don\'t fit your schedule, you feel more comfortable in your own setting...the list goes on and on.  There are several different scheduling and commitment options for private sessions. Contact me for more details!\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18086866096263507\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-05T19:07:34+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQ9Obx1rRIW\\/\"}','210548747_336255391483823_3950198136511207525_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(18,'2021-07-26 00:49:39','17951450293482188','2021-07-04 13:51:26','2021-07-04 13:51:26','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/209800483_102653052053427_243170146612655540_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=AGItELKLHTgAX-77IPh&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=8215628b1ba9675ab85393665ccb11e8&oe=61739AB5\",\"caption\":\"Saturday class before a holdiay weekend lol! \\ud83d\\ude01\\n\\nHope you all are enjoying your holiday weekend with your loved ones, friends, family, pets, solo, or however you choose to walk your path... enjoy it! \\ud83e\\udd73\\n\\nArt by @avnergeller\",\"id\":\"17951450293482188\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-04T13:51:26+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQ6FdXFrj61\\/\"}','209800483_102653052053427_243170146612655540_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(19,'2021-07-26 00:49:40','17944173736504535','2021-07-03 17:34:23','2021-07-03 17:34:23','{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/211407747_5757876797618518_71783367812321345_n.mp4?_nc_cat=107&vs=17894185409182067_1972254459&_nc_vs=HBksFQAYJEdJUFRtUXhXdVM0cHduUVVBRUVRUEx1WEJ2OEFia1lMQUFBRhUAAsgBABUAGCRHRkFydUF3STNmYjduSk1FQU9oWTRFWTVMcUE3YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACae%2FreUwfPLQBUCKAJDMywXQEcMzMzMzM0YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=_KdzpN-tvGMAX8A7zNU&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=4a6017340b8ac72f00fb358ec4c22972&oe=617000FF&_nc_vts_prog=1&vts=1&_nc_rid=9068a3a5d3\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/210813413_1746342692239240_6781370638296889949_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=B8v4Sa3i04kAX_4YRWl&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=94e3392a9e748828ae4c2a37368bbb06&oe=6175520A\",\"caption\":\"Crow pose is becoming a little easier these days and probably one of my favorites... so I decided to try something new today after my classes! \\n\\nThis part of my practice is always for fun and games. Not a depiction of what anyone elses practice should look like, other than the smile! \\ud83d\\ude42\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\n*I don\'t own rights to this music.\",\"id\":\"17944173736504535\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-07-03T17:34:23+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQ36J3YH7Og\\/\"}','210813413_1746342692239240_6781370638296889949_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(20,'2021-07-26 00:49:41','18238852111001707','2021-07-02 17:19:13','2021-07-02 17:19:13','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/210260251_1517852268557616_2980299083562247781_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=58BC2xgjL6IAX_N-slb&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=3bb98df7d0cedd1acd0ed09fe3443284&oe=61750E1F\",\"caption\":\"#Repost @wlryoga @download.ins\\n---\\nIt\'s been about a year since we re-opened, so we think it\'s time to celebrate by bringing back one of the things we\'ve missed. We\'re now offering our FREE community classes once again! Each month, certain classes will be free of charge, so that everyone can experience our awesome teachers, be a part of our studio community, and enjoy the benefits of yoga.\\n\\nCLASS SIZE IS STILL VERY LIMITED, SO ADVANCE REGISTRATION IS REQUIRED!!!!!!! \\n\\nThis month\'s free classes are our Saturday morning Vinyasa Flow at 10:30 on July 3, 10, 17, 24, and 31.\\n\\n#yoga #littlerockyoga #communityclass #freeyoga #yogaforall\",\"id\":\"18238852111001707\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-02T17:19:13+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQ1TpgoriBu\\/\"}','210260251_1517852268557616_2980299083562247781_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(21,'2021-07-26 01:44:46','17977824574389880','2021-07-01 15:09:16','2021-07-01 15:09:16','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/209268150_323633499227416_7046915987848057019_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=G-h9-ePFvBoAX88eWDc&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=233541b09f89fc3e497da1fb94a6c351&oe=61AC4E3E\",\"caption\":\"#Repost @sistersofyoga @download.ins\\n---\\n\\u2728Be kind to yourself & others \\u2728\\n\\nYou are not alone\\nYou are loved \\nYou are valued\\nYou matter \\ud83d\\udc97\\n\\n\\ud83d\\udcdd: @fleurdelisspeaks\",\"id\":\"17977824574389880\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-01T15:09:16+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQyf-zXLlho\\/\"}','209268150_323633499227416_7046915987848057019_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(22,'2021-07-26 01:44:47','17912415367779559','2021-06-30 13:40:11','2021-06-30 13:40:11','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/209202578_502751527466707_8176280202685724665_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3Lqr1i0Wb0wAX-G5928&_nc_ht=scontent-dfw5-1.cdninstagram.com&oh=9968123779ef5182655c8337bcda0ce8&oe=610231FE\",\"caption\":\"#Repost @yogaandmahogany @download.ins\\n---\\nlove letters to yourself are the most important ones! \\ud83d\\udc97\\n\\nI created this little set of reminders, or mantras, to help when you\\u2019re feeling anxious. Anxiety puts you in  the future, these statements bring you back to this moment and how you feel right now. \\n\\nThe trick is repetition. Saying it to yourself over and over - the focused attention is what can provide relief when you\\u2019re having an anxious moment. \\n\\nSome of us have talked about our anxiety being high in the morning - with a new day before us, new tasks at work, new obstacles- it\\u2019s easy to get ahead of yourself and it\\u2019s human too. Don\\u2019t beat yourself up; just bring it back. \\ud83c\\udf31\",\"id\":\"17912415367779559\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-30T13:40:11+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQvw_gpLRf7\\/\"}','209202578_502751527466707_8176280202685724665_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-11-25'),(23,'2021-07-26 01:44:48','17881926971304448','2021-06-28 13:51:28','2021-06-28 13:51:28','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/208880707_2912317122359446_6112336700437306736_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=R2xoZx5aNAIAX_DtZ3n&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=366b4064acb9aa66436dafdd423e6d5e&oe=613A1B9B\",\"caption\":\"!!BONUS CLASS TODAY!! \\n***I\'ll be at Little Rock Athletic Club @ 12 this afternoon! ***\\n\\nJoin me some time this week! \\n\\nHappy Monday! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17881926971304448\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-28T13:51:28+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQqosbtrlBK\\/\"}','208880707_2912317122359446_6112336700437306736_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(24,'2021-07-26 01:44:49','17987728954368932','2021-06-26 21:24:26','2021-06-26 21:24:26','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/209001450_539450123857332_6245000572862045469_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=-2lDMH3HCkEAX-2qlM_&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=dd54b0efcdb416cbb37adc47b517dc3e&oe=6173EC3A\",\"caption\":\"Today at 6! Come join!\",\"id\":\"17987728954368932\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-26T21:24:26+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQmS8SerwrN\\/\"}','209001450_539450123857332_6245000572862045469_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-21'),(25,'2021-07-26 01:44:51','17888816597170097','2021-06-26 00:08:11','2021-06-26 00:08:11','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/208036899_3991348637639310_1118764409601075578_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=5B2zb-DyVL0AX-nhAUU&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=800884785a452fab9aebd1806a6d4ada&oe=6174D908\",\"caption\":\"THREE... 1! 2! 3! OPPORTUNITIES TO PRACTICE WITH ME TOMORROW!!! 3\\ufe0f\\u20e3\\n\\nCOMMENT OR MESSAGE ME FOR DETAILS ON HOW TO GET SIGNED UP! \\ud83d\\udce9\\n\\n9:30 AM - Virtual @keyfitlife \\ud83d\\udcbb\\n\\n10:30 AM - F2F @wlryoga \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\n6:00 PM - Outdoors @yogaintherockar \\ud83c\\udfde\\n\\n12 - I wont be teaching but in between morning and afternoon classes you can catch me at Little Rock\'s inaugural March for Black Women and Girls! \\u270a\\ud83c\\udffe\\ud83d\\udc69\\ud83c\\udffd\\u200d\\ud83e\\udd1d\\u200d\\ud83d\\udc69\\ud83c\\udffe\\ud83d\\udc67\\ud83c\\udffe\\n\\nHope to see your face somewhere tomorrow!!! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17888816597170097\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-26T00:08:11+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQkA4wOr6e3\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/208036899_3991348637639310_1118764409601075578_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=5B2zb-DyVL0AX-nhAUU&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=800884785a452fab9aebd1806a6d4ada&oe=6174D908\",\"id\":\"17892360641105920\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-26T00:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQkA4r-L2rL\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/207431709_550465522984137_7531654800926515378_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=u4dmC3Og0OkAX9R50Em&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=9ff70b22b5fee338efc7fd0eca244b32&oe=61755897\",\"id\":\"17879026448333714\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-26T00:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQkA4r-rQGn\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/207579943_320323333063773_6352906062064052284_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=DBmeK0FzVe4AX8HD-f7&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=f61b8dbd34fbcad179972e1dc7d8951f&oe=6173856B\",\"id\":\"17901633950033099\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-26T00:08:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQkA4sPL0tY\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/208951682_1230700294052422_8141651386965193774_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=SvPe88wIgIYAX9M23H3&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=e4b3f1828667e9a645b910ca75ca897b&oe=61745302\",\"id\":\"17882067011474211\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-26T00:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQkA4r9LsR0\\/\"}]}}','208036899_3991348637639310_1118764409601075578_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-20'),(26,'2021-07-26 01:44:51','17910312343815536','2021-06-25 11:58:37','2021-06-25 11:58:37','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/207491077_346164730256531_1656808660652206430_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ri1IHOu_pNsAX-UShnG&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=e1e4403f47a67e866fdc5f915306a8fc&oe=6173E0E9\",\"caption\":\"This morning 9:45 a.m 10 Fit Maumelle!\",\"id\":\"17910312343815536\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-25T11:58:37+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQitZQ2NnxT\\/\"}','207491077_346164730256531_1656808660652206430_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(27,'2021-07-26 01:44:52','17913078610751760','2021-06-24 19:52:20','2021-06-24 19:52:20','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/206735664_766753324004100_7510300324975998339_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=-p1gfAz-eDUAX-9aQxC&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=60fc87d8fb2c410bd856a0bf21269885&oe=6139D26F\",\"caption\":\"This Saturday at 10:30 a.m. come join me! If you\'re a new student you can sign up for the 10 class pass!! \\n\\nCheck out Mindbody or head to @wlryoga \'s website and get signed up! \\n\\nSee you there! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17913078610751760\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-24T19:52:20+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQg-0CPtBW6\\/\"}','206735664_766753324004100_7510300324975998339_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-12'),(28,'2021-07-26 01:44:53','17879061806460200','2021-06-23 13:30:29','2021-06-23 13:30:29','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/205012718_126304986296558_4168371203195854255_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=cv9msvZ4ViUAX9pu0xC&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=e406eb98d365ba4f231e0c1d66aecbc1&oe=613A8D1B\",\"caption\":\"Saturdays are for YOGA! Saturday is a day full of opportunities for you to join me! \\n\\nA lot of times we find that our yoga journey is a journey that is fostered better privately and intimately... I can appreciate and understand those sentiments. This Virtual offering allows you to participate from the comfort of your own home or across the country on vacation, whatever suits you! You can participate with your camera on or camera off, the choice is yours. Much like everything in life, you have the power to choose. \\ud83d\\udcaf \\n\\nJoin virtually via Zoom Saturday @ 9:30 a.m. \\n\\nDM for details! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17879061806460200\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-23T13:30:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQduUZttAWU\\/\"}','205012718_126304986296558_4168371203195854255_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-25'),(29,'2021-07-26 01:44:54','17931427660585341','2021-06-23 03:04:56','2021-06-23 03:04:56','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/204975809_503806871040223_4155604169773740622_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=zaKPRuWm6pUAX9JAoTT&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c686b44ee921aae5a33b024e6957eb9b&oe=6130A862\",\"caption\":\"I\'m sharing these pics simply because I like the way my body looks in these shapes and angles... I\'ve found more growth and flexibility in just playing around on my mat than I think I ever would have if I had spent my time endlessly drilling my mind and body to meet the expectations that social media help us form.\",\"id\":\"17931427660585341\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-23T03:04:56+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQcmup1N-sa\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/204975809_503806871040223_4155604169773740622_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=zaKPRuWm6pUAX9JAoTT&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c686b44ee921aae5a33b024e6957eb9b&oe=6130A862\",\"id\":\"17924517289636218\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-23T03:04:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQcmulzNXwq\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/206364055_525459822133506_1048468585827866173_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=WD1p3s1VGWQAX9z3I7J&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=278464ad5868ca57619940948e37bfe6&oe=61309B75\",\"id\":\"17912807800765537\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-23T03:04:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQcmul0N9Ch\\/\"}]}}','204975809_503806871040223_4155604169773740622_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-22'),(30,'2021-07-26 01:44:55','18123817891215187','2021-06-22 18:26:07','2021-06-22 18:26:07','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/205356629_808602426683456_722812094408359654_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ikBIM9RUqfwAX_dP5XI&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=f4d5eed4816055df41b70ea8ac847792&oe=6174814B\",\"caption\":\"@yogaintherockar , @samharrington.love , and @claireadmiretraining will forever hold a special space in my heart. \\n\\nTheir community offerings are an integral part of my yoga journey, in fact I would even venture to say their offerings planted a seed of confirmation that yoga was my place to be! Because of their donation based offerings and their willingness to be present within places and parks near my home and joyfully welcoming Izzy to practice with me, I was able to gain a sense of being that I had been searching for so long. There is so much more to say about it, but I\'ll summarize by sharing their caption and ask that you come out and join me this weekend because it is such an honor to be able to be apart of all that the offer and create with love, care, and intention.\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a \\n\\n#Repost @yogaintherockar @download.ins\\n---\\nWe can\\u2019t WAIT to see you at the end of the month for class! \\ud83d\\udd25(don\\u2019t worry, we\\u2019ll have plenty of cool water from @mountainvalleywater on hand) \\ud83d\\udd25 \\n\\nWe\\u2019re overjoyed because we have a very special teacher, the beautiful @lightandlotusyoga, leading our flow! Chelsea was the 2020 recipient of the YITR scholarship and finished her certification with @brightsparkliving last year. Since graduation she has been busy teaching all over town, and we\\u2019re thrilled to welcome her back to guide us through a donation-class! Mark your calendar for 6pm June 26th, and don\\u2019t let the heat scare you away\\u2026this will be a beautiful practice you won\\u2019t want to miss!\",\"id\":\"18123817891215187\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-22T18:26:07+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQbrWunN0y-\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/205356629_808602426683456_722812094408359654_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ikBIM9RUqfwAX_dP5XI&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=f4d5eed4816055df41b70ea8ac847792&oe=6174814B\",\"id\":\"17909805625824276\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-22T18:26:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQbrWqKN6tC\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/204653377_201826625151985_4222501987221806227_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=QFdUwYDbSKwAX_r0a_F&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=d223e115b83161eee2e2870c81e8013b&oe=61752701\",\"id\":\"18136026235173417\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-22T18:26:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQbrWqYNobW\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/204825466_536574090711720_7918020683199525622_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=j4v-EA5DT5YAX8lH5jS&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6c42c1ccbbca503b8bbba5c0a518f402&oe=6174C5A9\",\"id\":\"17914270996836770\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-22T18:26:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQbrWqKtEcv\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/204716723_238877021033453_879879007595815628_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ADJKYaOaNAAAX8lfo8b&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=d3a26382ccfc05dae72af5c8fb110179&oe=617378EB\",\"id\":\"17891967779103358\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-22T18:26:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQbrWqXNyZd\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/204626980_213874617253082_5270248655649918148_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=WT9hX6_WNToAX-4Dq95&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=1d9eedb3847b36ff01a3a852eb4a4639&oe=617423CC\",\"id\":\"18169989895135415\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-22T18:26:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQbrWqLNxK9\\/\"}]}}','205356629_808602426683456_722812094408359654_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-16'),(31,'2021-07-26 01:44:57','17907543247912224','2021-06-22 03:25:23','2021-06-22 03:25:23','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/204350977_1029544187583642_5488199559210836584_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=LeG-92GlECgAX-wYa0U&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c52a65a41f66920da595e191cc222234&oe=610F253E\",\"caption\":\"Today on International Day of Yoga I received in the mail a gift from my best friend @jaz_ma_tazz ... it was a yoga mat rack, that she listened to me fuss about forgetting to order with the Amazon gift card I had. \\ud83d\\ude05 My best friend doesn\'t practice yoga asana seriously, but she takes supporting me, my practice, my business, and all things yoga related seriously and I appreciate that! \\ud83e\\udd70 \\n\\nALSO the beautiful picture hanging on the wall was gifted to me from my just as thoughtful and supportive husband for Mother\'s Day I think (he buys me things frequently so its hard to keep up with the occasion \\ud83d\\ude43) \\n\\nAnyway, I spent all day wanting to make some deep, well thought out, awe inspiring post on this special day (which also happens to be Summer Solstice \\u2600\\ufe0f), but I was ultimately consumed with roller-coaster like feelings and emotions and couldn\'t fester up the brain power to do anything more than what I\'m doing right now. I did however manage to get in about 2 minutes of grounding breaths and I\'m feeling a lot less tense and ready for bed! \\n\\nHAPPY INTERNATIONAL DAY OF YOGA! \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17907543247912224\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-22T03:25:23+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQaERi1trta\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/204350977_1029544187583642_5488199559210836584_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=LeG-92GlECgAX-wYa0U&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c52a65a41f66920da595e191cc222234&oe=610F253E\",\"id\":\"17901167824964012\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-22T03:25:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQaERfPt993\\/\"},{\"media_url\":\"https:\\/\\/video-dfw5-2.cdninstagram.com\\/v\\/t50.2886-16\\/206317224_484925819269050_1732987567338515461_n.mp4?_nc_cat=102&vs=18003253159334179_849190090&_nc_vs=HBksFQAYJEdLZ21UQXk2THpPWENia0JBQVZzWWI4Q3p3d1lia1lMQUFBRhUAAsgBABUAGCRHR1lhVHd6cGZNT3Y5SkVEQUxPQnNHTEVEQ3hJYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbMkLjVvbHmQBUCKAJDMywXQD4Q5WBBiTcYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=Y0_UCjSOf1sAX8cM2Iv&_nc_ht=video-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2e15aee40c9df10fc1791d8f0208993b&oe=610A7556&_nc_rid=f29eaebfd4\",\"id\":\"17878522397413629\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-06-22T03:25:22+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQaEQfqHDNv\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/204912418_485483236085684_442089502970560797_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v-sD7jfUVTYAX8p_Srj&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=3867dc45c9bb1908d15ff5e2732680ea&oe=610F01B9\"}]}}','204350977_1029544187583642_5488199559210836584_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-25'),(32,'2021-07-26 01:44:58','17920997416689616','2021-06-21 13:29:38','2021-06-21 13:29:38','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/203497988_3033915393494642_8300953006837371374_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Bmm2iy-IgCAAX-CdtO1&_nc_ht=scontent-sjc3-1.cdninstagram.com&oh=cd4f1c13ef3e1d44f080f84e67270089&oe=610D319F\",\"caption\":\"Happy Monday! Looking forward to seeing you this week!\",\"id\":\"17920997416689616\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-21T13:29:38+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQYkoYgNH21\\/\"}','203497988_3033915393494642_8300953006837371374_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-08'),(33,'2021-07-26 01:44:59','18153873403198630','2021-06-18 22:36:30','2021-06-18 22:36:30','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/202998108_982472272499866_8932073204628985538_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=kBhvzNSOkPEAX-dsyCP&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=46f72d57472b14e7c24465b23c973cca&oe=613A1C10\",\"caption\":\"Today my private clients got an intro on how to use blocks to support, align, and intensify their practice. \\ud83d\\udcaa\\ud83c\\udffe \\n\\nWe ALSO learned that one of the MANY benefits of having private sessions at home is that you can literally stay and Savasana and nap as long as you want to afterwards. \\ud83d\\ude4c\\ud83c\\udffe\\ud83d\\ude34 lol! \\n\\nLooking forward to getting to see my clients\' individual growth,  and mine,  as I will most definitely be growing along with them! \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nThank you @brenda.paye for trusting and supporting Light and Lotus! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18153873403198630\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-18T22:36:30+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQR01JMtSlx\\/\"}','202998108_982472272499866_8932073204628985538_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-12'),(34,'2021-07-26 01:45:00','17892074600099888','2021-06-17 19:13:20','2021-06-17 19:13:20','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/201938759_224264092645112_8350311258346774309_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=EvKkKPKWPFcAX-tdMOx&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2f43f92c187a19a0e18c3d91e569c03e&oe=610BB238\",\"caption\":\"GOOD NEWS!!! Previously I was only offering Saturday Weekend Vibes every other weekend, but as of right now you can join me EVERY Saturday @ 10:30 a.m. @wlryoga \\ud83d\\ude0e\\n\\nSO! See you this Saturday, 6 spots left! \\ud83e\\uddd8\\u200d\\u2640\\ufe0f\\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\ud83e\\uddd8\\u200d\\u2640\\ufe0f\\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\ud83e\\uddd8\\u200d\\u2640\\ufe0f\\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nGuaranteed the best Savasana in town! Lol! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17892074600099888\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-17T19:13:20+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQO4yM4NM00\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-sjc3-1.cdninstagram.com\\/v\\/t50.2886-16\\/201678308_1366679760413769_386025000760230060_n.mp4?_nc_cat=108&vs=18116000272230255_4105842940&_nc_vs=HBksFQAYJEdPUmRCUXhKSktUdC1Ob0VBS3pBdTJTeGIxc0Zia1lMQUFBRhUAAsgBABUAGCRHT0dzRWd5Q3RJc0FmYlFCQUNFdUM0aW5RbnhrYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaQ4sXfhoHHPxUCKAJDMywXQDXEGJN0vGoYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=B6FDQ0YpvxYAX8U1qSh&_nc_oc=AQmpZajx-pZiAiFnr1dMDs3UmYkBHsj0rxHzYvseUCpl9sh8uXAfUvQoGe4llwNWOsY&_nc_ht=video-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=09cecddc4965431f65b0af22d9bed4cc&oe=6107D04A&_nc_rid=619a01aa3e\",\"id\":\"17858742491521390\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-06-17T19:13:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQO4xLOnTia\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/201938759_224264092645112_8350311258346774309_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=EvKkKPKWPFcAX-tdMOx&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2f43f92c187a19a0e18c3d91e569c03e&oe=610BB238\"},{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/202257501_182308860502417_5154588873383942514_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=lqSxrMeriKUAX95RE3c&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=804f5a0d626a571a797b26802f57ec2b&oe=610B336B\",\"id\":\"18049302922289764\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-17T19:13:19+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQO4yI2NqEq\\/\"}]}}','201938759_224264092645112_8350311258346774309_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-09'),(35,'2021-07-26 01:45:01','17874881606341083','2021-06-16 17:00:56','2021-06-16 17:00:56','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/202089093_2981919328753267_5246376181780886694_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=pf0kEagjh98AX83xuDv&_nc_oc=AQnBvvgWJMGI1OXV-sVEWPTdwjIXzL2Qe9LvpdhDsjgkWGd_YS87kKopBNRP48KaKCM&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=29818f811f1dd5ff9465fa0f24830aee&oe=613B4703\",\"caption\":\"This Saturday and EVERY Saturday you can join me virtually at 9:30 a.m. via @keyfitlife!!! Just DM me for the Zoom dets! \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\n\\u2764\\u2764\\u2764\\ud83d\\udda4\\ud83d\\udda4\\ud83d\\udda4\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a\\nFun facts! Mrs. Key Fletcher (@keyfitlife) is not ONLY the owner of one of the finest virtual fitness programs \\ud83d\\udcaa\\ud83c\\udffe, she is also the new Director of the @mosaictemplarscenter !!! If this isn\'t black excellence, idk what is! \\ud83d\\ude4c\\ud83c\\udffe \\n\\nMosaic Templars Culture Center will be hosting a variety of virtual events in celebration of Juneteenth, starting TODAY at 1 P.M. cst. leading up to the weekend! Log in check it out, and take a second to congratulate Mrs. Fletcher if you haven\'t already! \\n\\n\\u2764\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17874881606341083\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-16T17:00:56+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQME1m9Na0Z\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/202089093_2981919328753267_5246376181780886694_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=pf0kEagjh98AX83xuDv&_nc_oc=AQnBvvgWJMGI1OXV-sVEWPTdwjIXzL2Qe9LvpdhDsjgkWGd_YS87kKopBNRP48KaKCM&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=29818f811f1dd5ff9465fa0f24830aee&oe=613B4703\",\"id\":\"18089272945265220\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-16T17:00:56+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQME1jjNU2Z\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/202550449_338019164401424_2550478427524325853_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=tjyAeNsDcFUAX9DJx1R&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=3b1413245232fd8c6ef8e4e3da102582&oe=613B430F\",\"id\":\"18160233394156438\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-16T17:00:56+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQME1jYt5E8\\/\"}]}}','202089093_2981919328753267_5246376181780886694_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-08'),(36,'2021-07-26 01:45:02','17900008757027137','2021-06-15 17:55:25','2021-06-15 17:55:25','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/131571161_793464934893135_517671716266221037_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=7_nZXuPBXqIAX9sP7rh&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=f14e7751348304fa53d3f3853f24d423&oe=613AC16F\",\"caption\":\"I will regularly share my weekly schedule with you all as a reminder of when and where you can always join me! \\ud83d\\ude0c\\n\\nIn between time I am currently excepting private clients, offering a few different payment opitons! DM me so we can find out the best way to come together and serve your mind, body, and spirt. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nI\'ll also be working with a few events and organizations over the next couple of weeks, some public and some private. FOLLOW MY PAGES SO YOU CAN FIND OUT IF I\'LL BE IN A COMMUNITY NEAR YOU! \\ud83d\\udc40\\ud83d\\ude4c\\ud83c\\udffe \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\n\\u2764\\u2764\\u2764\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udda4\\ud83d\\udda4\\ud83d\\udda4\\nThis weekend I\'ll be with @thevillageplacear at their inaugural Juneteenth event! The event is from 4-7 p.m. come join us! \\n\\u2764\\u2764\\u2764\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udda4\\ud83d\\udda4\\ud83d\\udda4\",\"id\":\"17900008757027137\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-15T17:55:25+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQJmR0LNTWf\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/131571161_793464934893135_517671716266221037_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=7_nZXuPBXqIAX9sP7rh&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=f14e7751348304fa53d3f3853f24d423&oe=613AC16F\",\"id\":\"17890003985228000\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-15T17:55:25+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQJmRw4NuGO\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/201201650_222469199510130_6567791949144376828_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Yguw9yGIgG8AX-DhDCW&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b63cd5348795728f58289d39bed80cac&oe=613AF417\",\"id\":\"17916518575708786\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-15T17:55:25+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQJmRwyt95Q\\/\"}]}}','131571161_793464934893135_517671716266221037_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-30'),(37,'2021-07-26 01:45:03','17930084407588358','2021-06-14 23:54:52','2021-06-14 23:54:52','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/200472307_169604011850150_8952196949818219531_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=EnHU8SEakCkAX_GMfug&_nc_oc=AQnOK2ZuNf71Iz_CoDaLeSliVVVPJmTjtBazM35NsqfXAnM-iLzKmVuwveFMaSgilVk&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=3cda2bf8c04342443117b62cc43b53e8&oe=613067F0\",\"caption\":\"Juneteenth recognition and celebrations are upon us. There is is so much to be said about the endless trauma intentionally inflicted on the black people by the very country we uphold. The lives of luxury and privilege have been withheld from our people and communities for centuries... especially health and wellness. \\ud83d\\udc99\\n\\nSo I am honored to be able to offer a NO COST 25 minute yoga session at the Juneteenth event being held by @thevillageplacear ! \\ud83d\\ude4c\\ud83c\\udffe\\n\\nThere will be a second session offered by @psluvmimi if you don\'t make it to mine. Mimi actually partners with The Village Place and offers yoga sessions every Saturday right in the community meeting adult\'s and children\'s physical and spiritual well-beings right where they are. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nCome join us in an evening of music, food, fun, culture, community, love and UNITY! \\ud83e\\udd17\",\"id\":\"17930084407588358\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-14T23:54:52+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQHqnl2Nc7O\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-dfw5-2.cdninstagram.com\\/v\\/t50.2886-16\\/199974723_1159671671178612_5163268713584117807_n.mp4?_nc_cat=107&vs=17921477968666116_2107087048&_nc_vs=HBksFQAYJEdFTmY2d3QwUlFRYXR4NEVBQy1JRWZHSm5hZEhia1lMQUFBRhUAAsgBABUAGCRHRnlxX2d0YzRtM0lhbUlEQVA5WEZBTGhFVlZFYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbk9YfMn%2Bj4PxUCKAJDMywXQE4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=Adk5Lkx_qUwAX_qohr6&_nc_ht=video-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=7d1b94de2b66e3bf4cbc6ba591971552&oe=612CA118&_nc_vts_prog=1&_nc_rid=ac88e68e89\",\"id\":\"17901797776914052\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-06-14T23:54:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQHqlm-nGjN\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/200472307_169604011850150_8952196949818219531_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=EnHU8SEakCkAX_GMfug&_nc_oc=AQnOK2ZuNf71Iz_CoDaLeSliVVVPJmTjtBazM35NsqfXAnM-iLzKmVuwveFMaSgilVk&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=3cda2bf8c04342443117b62cc43b53e8&oe=613067F0\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/200777244_481127856313450_7577643345862408298_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Yck_dtgJ_OEAX9KK58x&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=1c59a5dc6fa70e93326485fc59c9ec6c&oe=61318EC2\",\"id\":\"17888740610245402\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-14T23:54:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQHqniTNdEC\\/\"}]}}','200472307_169604011850150_8952196949818219531_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.77,1,'2021-11-10'),(38,'2021-07-26 01:45:04','17929888708598631','2021-06-12 21:07:23','2021-06-12 21:07:23','{\"media_url\":\"https:\\/\\/scontent-sea1-1.cdninstagram.com\\/v\\/t51.29350-15\\/200027550_491875935220384_6918864479984767254_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=m1gycIWJnqcAX89OHrs&_nc_oc=AQnwwRESHouIhpnZnY62HoAxx6taPCw_7TJb5aCHUQDxgiDEOfMu1JBkpzoha5qU3XM&_nc_ht=scontent-sea1-1.cdninstagram.com&oh=e8b1d66bdb8c894ac8e9bfbe769c1e8e&oe=61060F20\",\"caption\":\"Saturdays are for yoga! \\u2764\\n@wlryoga\",\"id\":\"17929888708598631\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-12T21:07:23+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CQCN3IQNNJU\\/\"}','200027550_491875935220384_6918864479984767254_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-10-28'),(39,'2021-07-26 01:45:05','18174917770143023','2021-06-04 23:55:22','2021-06-04 23:55:22','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/197127140_535245234324876_4540549474718489589_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=f0_jnTZJYy0AX-16y69&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=aa81e3dbf942b143c1d5811e6a66268a&oe=6173C5A7\",\"caption\":\"Sights and Sounds of Savasana this morning at the conclusion of a private yoga session. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f \\n\\nI alwaya encourage my students to breathe, take the time to listen to what their bodies are asking for, release any thoughts that no longer serve them, and express gratitude for showing up for themselves. \\n\\nAfter receiving some pretty saddening news yesterday, it was a gift for me to be in a space and with people that allowed me to practice what I preach while also serving those around me. \\n\\nThanks @shelldab for having me lead you in private practice today! Look forward to more! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18174917770143023\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-06-04T23:55:22+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPt6udgt1r7\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/196990573_231654835052535_5506553614835459374_n.mp4?_nc_cat=103&vs=18220813861068180_531302243&_nc_vs=HBksFQAYJEdHM1d2UXYzWHlkWXNOSUFBQzRsNlhSV05XdE1ia1lMQUFBRhUAAsgBABUAGCRHSDlVdmd1N3VCWEpWdXNGQU1LMHlSM1d1ZUE4YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbuu%2ByH6%2FzKPxUCKAJDMywXQDFdsi0OVgQYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=T4srvvGQJTwAX_0LhgP&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=573feeaf599efe1681cf9a12faa64458&oe=6170100E&_nc_vts_prog=1&vts=1&_nc_rid=f585450c1f\",\"id\":\"17975094217385121\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-06-04T23:55:21+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPt6tgZnKe9\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/197127140_535245234324876_4540549474718489589_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=f0_jnTZJYy0AX-16y69&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=aa81e3dbf942b143c1d5811e6a66268a&oe=6173C5A7\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/195656903_474124523686363_6713626487359199895_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=GOjwJ5_gZ4QAX_fKwr2&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b25c85a815b5d05daacb1a35876781c6&oe=6174F3D9\",\"id\":\"17909905216820013\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-04T23:55:21+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPt6uaWNaYn\\/\"}]}}','197127140_535245234324876_4540549474718489589_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-12'),(40,'2021-07-26 01:45:06','17875070873497713','2021-06-03 18:29:01','2021-06-03 18:29:01','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/195845452_344334940451866_1031822867114448848_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=J64YM72UrKcAX-DTtbK&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=7227e83dacfa1acada8b516082e96fac&oe=613A6D97\",\"caption\":\"\\u2757\\u2757 UPDATE \\u2757\\u2757 \\n\\nI will NOT be teaching Weeknd Vibes THIS SATURDAY at @wlryoga \\n\\nThis event will be taking place instead! Please join!! I am hoping to be there myself! \\ud83e\\udde1\\n\\n#Repost @gratefulrootsnonprofit @download.ins\\n---\\nHooray!!! \\u201cHands-On Yoga\\u201d for charity is back!! \\ud83e\\udd73\\ud83c\\udf1f\\ud83e\\udd42 \\n\\n@gratefulrootsnonprofit works hard to support the community by bringing yoga and wellness to underserved populations. Please join us for this donation based flow with hands on assisting and stretching. Our Yang to Yin class is 45 minutes of sweaty yoga followed with 45 minutes of squishy yoga, Saturday June 5th. Doors open at 9:30 am and class starts at 10 am. Please sign up by going to @wlryoga through the MINDBODY app. \\ud83d\\ude4c\\ud83c\\udfff\\u270c\\ud83c\\udffd\\ud83d\\udc4d\\ud83c\\udffb\\n\\nhttps:\\/\\/clients.mindbodyonline.com\\/classic\\/ws?studioid=823315&stype=-8&sView=day&sLoc=0&date=06\\/05\\/21 \\n\\n#yangtoyin #flowforcharity #donationbased #gratefullyrooted #handsonyoga #enjoythestretch #suntomoon #collaborationcooperationcelebration #supportyourcommunity\",\"id\":\"17875070873497713\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-03T18:29:01+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPqwlYztAp1\\/\"}','195845452_344334940451866_1031822867114448848_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.33,1,'2021-11-10'),(41,'2021-07-26 03:06:28','17988832768341238','2021-04-02 14:52:11','2021-04-02 14:52:11','{\"media_url\":\"https:\\/\\/video-lax3-2.cdninstagram.com\\/v\\/t50.2886-16\\/168373899_1091579084668776_5380889732788658018_n.mp4?_nc_cat=107&vs=17910605356728616_4146464704&_nc_vs=HBksFQAYJEdJc3VDUXBvLTVVUHllQURBR0lmYXVxendxeEtia1lMQUFBRhUAAsgBABUAGCRHRFN0LUFuSVNYSjY5c01BQUk0NzVZVTQtNWdPYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbQ0%2B77t%2BbQPxUCKAJDMywXQEGd0vGp%2B%2BcYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=qKD3VZyOTqkAX8KbE0n&_nc_ht=video-lax3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=f2f740b6dfc8334c1ea5ffd27e4c1895&oe=6105C325&_nc_rid=b1982e8b95\",\"thumbnail_url\":\"https:\\/\\/scontent-lax3-2.cdninstagram.com\\/v\\/t51.29350-15\\/167165075_466708894764966_33724744674266399_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TfahdVsQKdgAX8Fvol6&_nc_ht=scontent-lax3-2.cdninstagram.com&oh=713b2af85089de18e7fa770f1d81e6cc&oe=6109424B\",\"caption\":\"Roots are important. Roots are vital. Our roots are what determine how far we\'ll grow. \\n\\nThis week I\'ve been inviting my students not only to set their intentions, but to agree with themselves to nurture those intentions.\\n\\nMuch like planting a seed, its important to water it, protect it, and allow it to receive the light that it needs. Pouring your attention into caring for the roots first so that they grow deep amd strong, allows them to become steady anchors for whats to come. \\n\\nI also encouraged them to be ok with knowing that although they know what kind of seed they\'ve planted, they have very little control over how things will look as they grow. We don\'t get to determine how many petals will bloom, how many leaves will grow, or where the branches will reach. \\n\\nWhat we know for certain is we must root to thrive. \\n\\n\\ud83e\\udde1\\ud83c\\udf3a\\u2600\\ufe0f\",\"id\":\"17988832768341238\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-02T14:52:11+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNKudaQF57x\\/\"}','167165075_466708894764966_33724744674266399_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-07-31'),(42,'2021-07-26 03:06:29','17855361305527285','2021-04-17 12:55:02','2021-04-17 12:55:02','{\"media_url\":\"https:\\/\\/scontent-lax3-2.cdninstagram.com\\/v\\/t51.29350-15\\/173251142_455136019103885_404848266183888825_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GhocVjy3dwQAX8U4bOD&_nc_ht=scontent-lax3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=88fc2120e19d45fa6cbddb737d4d526f&oe=6109E591\",\"caption\":\"If you don\'t make it to the 8 a.m. class here! Comment or inbox me so I can get you details on how to hop on Zoom with me via @keyfitlife at 9:30 a.m! \\ud83d\\udca5\",\"id\":\"17855361305527285\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-17T12:55:02+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNxJAGjjnj2\\/\"}','173251142_455136019103885_404848266183888825_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-17'),(43,'2021-07-26 03:06:32','17930380516539924','2021-04-30 21:17:50','2021-04-30 21:17:50','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/179521746_828992607967220_8162707166465278142_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Z-QjI2aOGCMAX8XmL5E&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=67fd86c516cef726adc91e2d3ed4fecb&oe=6130AF61\",\"caption\":\"Two options to vibe with me this weekend! Join me at one or both! \\n\\nVirtual yoga with @keyfitlife at 9:30 a.m.\\nDm me for details on how to get logged on! \\n\\nAnd\\/or\\n\\nWeekend Vibes at @wlryoga at 10:30 a.m. \\nSign up via Mindbody App! You can also find the class through WLR Yoga website. \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17930380516539924\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-30T21:17:50+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COTg4Clj8UP\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/179521746_828992607967220_8162707166465278142_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Z-QjI2aOGCMAX8XmL5E&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=67fd86c516cef726adc91e2d3ed4fecb&oe=6130AF61\",\"id\":\"17871184970460977\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-30T21:17:49+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COTg3-qDC1w\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/178441661_2995918597293730_7086753721000959068_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=JSUdg4NDeOQAX9EoUwh&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=29da67cbd4f83030c1cf139237dba28e&oe=6131A14D\",\"id\":\"17859647342520274\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-30T21:17:49+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COTg3-rDfbq\\/\"}]}}','179521746_828992607967220_8162707166465278142_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-09-22'),(44,'2021-07-26 03:06:33','17915453755673030','2021-05-01 18:05:17','2021-05-01 18:05:17','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/180135816_799173111007176_1378744196028674858_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bc0EWnFwI2wAX8rgLYD&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=d7c59d365241c78f7e37a9b6426ba8f9&oe=610EAC09\",\"caption\":\"Saturday yoga is my favorite yoga! \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nHappy 1st day of May! May happens to be my favorite month!\",\"id\":\"17915453755673030\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-01T18:05:17+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COVvooVj_pZ\\/\"}','180135816_799173111007176_1378744196028674858_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-09-22'),(45,'2021-07-26 03:06:34','17948071183464012','2021-05-24 17:42:40','2021-05-24 17:42:40','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/190664841_300359028240132_4083191250364506208_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Luw5pVi4y14AX_ZH9T4&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=e7a9fdd70ce439a8efc22ac28c4cf9d1&oe=610F7D3A\",\"caption\":\"My mantra for the past few months has been... \\\"Stay hydrated!\\\" Lol! \\n\\nSeriously, I\'m sure my friends are sick of me suggesting water as a solution to everything \\ud83d\\ude05, and I definitely have shared a fair amount of eye rolls when they suggest the same in return. \\ud83d\\ude44\\n\\nAnyway, I\'m so excited that my @mountainvalleywater cases are in. I\'ve always been a fan of spring water, and it blew my mind to find that Moutain Valley actually has so many options that you can have delivered right to your residence  or business! \\n\\nThe tea, or should I say the water \\ud83e\\udd14, is the White Peach sparkling water is the best flavor. \\ud83d\\udc4c\\ud83c\\udffe \\n\\nThanks @elizabeth.lois.om for putting me on!! \\ud83e\\udd17\",\"id\":\"17948071183464012\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-24T17:42:40+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPQ7VKdt2CF\\/\"}','190664841_300359028240132_4083191250364506208_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-10-14'),(46,'2021-07-26 03:06:36','17884164890227715','2021-05-03 15:27:14','2021-05-03 15:27:14','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/180184139_310714104042628_3501032909203366266_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zUo86dzNpacAX_QZJEv&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=75b90798a6ec8d48e568f5836d691fa8&oe=610BD449\",\"caption\":\"Chair yoga is so fun!!! \\n\\nI\'ll eventually be offering chair yoga group classes via Light and Lotus Yoga. Until then, private sessions are available now! Check out the details on the Light and Lotus FB page under \\\"services.\\\" DM me or leave a comment if you have any questions. \\ud83e\\ude91\\ud83e\\uddd8\\u200d\\u2640\\ufe0f\\n\\nThis is just ONE of the many things I\'m excited about sharing with you all. Keep a look out for more announcements to come. I\'ll be going live a few times over the next few weeks to help you all better understand the heart and mission of Light and Lotus Yoga. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a \\n\\nIn the meantime, you can flow with me at 10 Fitness Rodney Parham @ 6:30 p.m.! \\ud83d\\ude4c\\ud83c\\udffe\\n\\nFB link is in my bio. \\ud83d\\udc4c\\ud83c\\udffe\",\"id\":\"17884164890227715\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-03T15:27:14+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COanI1mDZXM\\/\"}','180184139_310714104042628_3501032909203366266_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-09-27'),(47,'2021-07-26 03:06:37','17884616426161775','2021-05-15 20:22:35','2021-05-15 20:22:35','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/185813255_198086175346138_5959061433123111956_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ujgMyYpMM7kAX9rG7Dt&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=8e003cc836892b7a9c9ea33906091ea6&oe=613AF095\",\"caption\":\"A journey is a journey! There may be some detours, pit stops, changes in direction... whats important is staying present in the moment and enjoying the scenery on the way! \\ud83d\\ude0e\\n\\nI\'ll be making some changes to my teaching schedule soon, adding and taking away things here and there... BUT you\'ll still be able to catch me at least once a month at @monroehub ! \\ud83d\\ude4c\\ud83c\\udffe\\n\\nWe\'re here vibing today, if you can\'t catch this round we\'ll be back next month! \\ud83d\\udc4c\\ud83c\\udffe\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17884616426161775\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-15T20:22:35+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CO6CegnNoSB\\/\"}','185813255_198086175346138_5959061433123111956_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-04'),(48,'2021-07-26 03:06:38','17913145642744301','2021-05-16 21:51:24','2021-05-16 21:51:24','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/186263009_302998071410833_5776903158288334705_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=d-kxMAlS06YAX8HkwQ5&_nc_ht=scontent-sjc3-1.cdninstagram.com&oh=9fcb65e8400a8b27b0907d56f55ee41c&oe=610B8950\",\"caption\":\"This girl was est. May 1989! Tomorrow I celebrate 32 yrs, and I must say so myself... I am aging gracefully, got the fine fanny pack to prove it! \\ud83d\\ude4c\\ud83c\\udffe \\n\\n31 has been quite the roller-coaster, but so many great and wonderful things came about within this last year, Light and Lotus Yoga being on the top of the list!!! \\n\\nI want to take the time to introduce myself and my vision for Light and Lotus, so I\'ll be going LIVE tomorrow morning just say HIIIII \\ud83d\\udc4b and invite you to join my year 32 journey! \\ud83e\\udd73\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17913145642744301\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-05-16T21:51:24+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CO8xb-lN8z4\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/186263009_302998071410833_5776903158288334705_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=d-kxMAlS06YAX8HkwQ5&_nc_ht=scontent-sjc3-1.cdninstagram.com&oh=9fcb65e8400a8b27b0907d56f55ee41c&oe=610B8950\",\"id\":\"17874298907462517\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-16T21:51:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CO8xb6Mtgua\\/\"},{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/186797351_1401271476910374_8449906625111412885_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Yfjce_Pe7SUAX-JPzc0&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b6e6ae5530fcbcded39818bdd3e2767e&oe=610BBFEB\",\"id\":\"18088705798251842\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-16T21:51:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CO8xb5_tQvb\\/\"}]}}','186263009_302998071410833_5776903158288334705_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-08'),(49,'2021-07-26 03:06:40','17882029469334623','2021-05-27 02:11:29','2021-05-27 02:11:29','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/192201644_509762596874359_4582523648598916947_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bDDCOsH8b7UAX_a52d5&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=8a03a6e034c32936e9264820e2e616a5&oe=610311B8\",\"caption\":\"In yoga we call this Savasana... and it does indeed solve everything \\ud83d\\udc4c\\ud83c\\udfff \\n\\nI\'m about to lay down right \\ud83d\\udc4f now \\ud83d\\udc4f !! \\n\\nHappy hump day! The weekend is near \\ud83e\\udd73!! But don\'t let the next couple of days go to waste milling over the things you don\'t like or aren\'t enjoying... be mindful and seek moments of joy throughout the rest of the week! \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f \\n\\nYou make take Savasana at any moment you feel the need for it! \\ud83d\\ude05\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17882029469334623\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-27T02:11:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPW_Ji1tYdg\\/\"}','192201644_509762596874359_4582523648598916947_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.78,1,'2021-10-18'),(50,'2021-07-26 03:06:41','17843186504565510','2021-04-02 21:21:48','2021-04-02 21:21:48','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/167310327_838359510359705_7552794104337006882_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=O_wnEkt32msAX9ulMI6&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=91eb74c991dceddf2116d50f3c590d77&oe=610FD4E1\",\"caption\":\"Tomorrow is Saturday!!! You know what that means!!!\\n\\nJoin me for a sweet yoga session or two! \\n\\nVirtually with @keyfitlife @9:30 a.m. \\n\\nAnd\\/or\\n\\nIn person\\/Virtually with @wlryoga @ 10:30 a.m. *TWO IN PERSON SPOTS LEFT* \\n\\n\\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\",\"id\":\"17843186504565510\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-02T21:21:48+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNLbEoZhcgl\\/\"}','167310327_838359510359705_7552794104337006882_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-04'),(51,'2021-07-26 03:06:42','17907317923894347','2021-05-28 23:36:29','2021-05-28 23:36:29','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/192814119_1604855939719664_4493428338722755630_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=bLN2GM0bWD0AX-xfA_R&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=70cd8be8be025cf7349c811ffa77e3fc&oe=61312E8F\",\"caption\":\"These Squeez Pops came as a gift with my delivery from @mountainvalleywater ... and today after a long day of being outdoors in the sun, my 3yr is feeling under the weather with a 100.3 temp... \\ud83d\\ude13 These pops are perfect for cooling her down internally and hydrating her at the same time. \\ud83d\\ude4c\\ud83c\\udffe\",\"id\":\"17907317923894347\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-05-28T23:36:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPb3AHZNQOR\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/192814119_1604855939719664_4493428338722755630_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=bLN2GM0bWD0AX-xfA_R&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=70cd8be8be025cf7349c811ffa77e3fc&oe=61312E8F\",\"id\":\"17918380327651690\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-28T23:36:29+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPb3ADAtg2j\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/192859004_312232810466533_7009127348458188817_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=KMPHhSCI2-oAX9uFavR&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=3179e1d21371088cf94323d017960655&oe=613024D1\",\"id\":\"18173743765140330\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-28T23:36:29+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPb3AC_tK3c\\/\"}]}}','192814119_1604855939719664_4493428338722755630_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-19'),(52,'2021-07-26 03:06:44','17987744068335471','2021-04-29 21:01:04','2021-04-29 21:01:04','{\"media_url\":\"https:\\/\\/scontent-lax3-2.cdninstagram.com\\/v\\/t51.29350-15\\/179079510_181329167186236_7610814915573049199_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xWa_OF-cN7cAX_3zDjq&_nc_ht=scontent-lax3-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=fb88e8a5315d97ff97e5cf9f22e195bd&oe=61095132\",\"caption\":\"This butterfly is hanging out with me and the girls this afternoon in front of our house. It think no matter how old you are the excitement of a butterfly gracing your presence never changes... so we have been careful not to scare it away. \\ud83d\\ude42 \\n\\nAs I carefully crept up on it to capture this pic, thoughts of all the things butterflies symbolize came to mind... \\ud83e\\udd14\\n \\n\\\"The butterfly symbolism works as a representation of resurrection, change, renewal, hope, endurance, and courage to embrace the transformation to make life better.\\\" \\n\\nSeeing the beauty of a butterfly makes us feel warm and fuzzy, hopeful, and happy. Its easy to forget the transformation it had to go through first... the process is often ugly, uncomfortable and even seems to come to a full stop at times. But what it is destined to become has already been written from the moment of its creation... its inevitable. \\ud83e\\udd8b\\n\\nTake a moment to become aware of where you are in your process, and as you find yourself right where you belong breathe... Inhale. Exhale. Trust the process. \\ud83e\\uddd8\\u200d\\u2640\\ufe0f\\n\\nAlso come join me this Saturday to do yoga \\ud83d\\ude01\\n\\n@keyfitlife virtually at 9:30 a.m.\\n\\nOr\\n\\n@wlryoga in person at 10:30 a.m. \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17987744068335471\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-29T21:01:04+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COQ6Ka6D2cD\\/\"}','179079510_181329167186236_7610814915573049199_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-09-05'),(53,'2021-07-26 03:06:45','17890914272031240','2021-04-03 13:51:55','2021-04-03 13:51:55','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/168893719_474266180284089_6411408427786935731_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HwKUYyg7j9EAX81NjYh&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=d6137d9cd34c691f3fda4fb3a6f45717&oe=610F4510\",\"caption\":\"Not too late to join me for either yoga offering today! Just DM me and I\'ll get you set up! \\ud83e\\udde1\",\"id\":\"17890914272031240\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-03T13:51:55+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNNMYZmBMlX\\/\"}','168893719_474266180284089_6411408427786935731_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-08'),(54,'2021-07-26 12:09:04','18153866809181885','2021-03-31 00:56:12','2021-03-31 00:56:12','{\"media_url\":\"https:\\/\\/video-dfw5-2.cdninstagram.com\\/v\\/t50.2886-16\\/166399994_459000788883655_2023225911163629198_n.mp4?_nc_cat=106&vs=17884971467133568_3087690289&_nc_vs=HBksFQAYJEdQb1A2d25IR1BseWRhRUJBSTR1UmljLThSTWNia1lMQUFBRhUAAsgBABUAGCRHQ2ZoMHdueEFMa3pMaXdGQUs0bmJpa0ZJYlZJYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaA98e8rJLFPxUCKAJDMywXQEUEOVgQYk4YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=C0eeQJy8dygAX9ma2RB&_nc_ht=video-dfw5-2.cdninstagram.com&oh=eb3cad3f86cf3fd904085c8c51813851&oe=60FF3FC5&_nc_rid=cc0cd249d1\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/167039253_764877967497312_1439833309922403256_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=dbT4NJdJzP8AX__Afuc&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=27452251356dd1d384883e9f02efc3c6&oe=6103CC3B\",\"caption\":\"It\'s called yoga PRACTICE... one is always in the practice of yoga, there is no perfection. Even as an instructor, I am continuously practicing and learning. \\n\\nI joyfully welcome instructions and assists during my practice because it allows me to become aware of how to better protect my body while moving through my flow. \\n\\nHere you can see me looking forward for clarification and the instructor being present enough to recognize me and offer hands on assistance (only after clearly obtaining my consent to be touched). \\n\\nI share this to encourage you all to be gentle with yourselves in your practice... we do not come to our mats to find perfection, we come to find ourselves. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\n\\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\\n\\n***Disclaimer* Due to Covid restrictions neither myself, the instructor, or the studio seen in this video practice hands on assisting in regularly scheduled classes as this time. The instructor and I had a mutual agreement and understanding that she could safely assist me during a private practice.***\",\"id\":\"18153866809181885\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-31T00:56:12+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNEFMgFhc7B\\/\"}','167039253_764877967497312_1439833309922403256_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-07-26'),(55,'2021-07-26 12:09:05','17885003624164256','2021-04-16 23:51:36','2021-04-16 23:51:36','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/174296970_796137177952703_2790854678639103186_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3YE9fYgcARcAX9qaqHS&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b3bd06b462ffe1ee81b2db1aecf377b1&oe=610EE71B\",\"caption\":\"Weeellll friends, I guess I\'m having myself a yoga marathon this weekend. \\ud83d\\ude01 \\n\\nCome join me!!! Comment or inbox me for details! You can register for classes up to an hour before. \\ud83d\\udc4c\\ud83c\\udffe \\n\\n@10fitnessar @keyfitlife @wlryoga\\n\\nWLR is @10:30 a.m. *\",\"id\":\"17885003624164256\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-16T23:51:36+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNvvWDqDew9\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/174296970_796137177952703_2790854678639103186_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3YE9fYgcARcAX9qaqHS&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b3bd06b462ffe1ee81b2db1aecf377b1&oe=610EE71B\",\"id\":\"17934981007503020\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T23:51:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNvvV-4j--8\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/173546901_900247140709041_1761529566235762428_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=RmfkeN-5Zp0AX-tEZYz&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=f6bac9ed9dd0543c12ee3340ade1b694&oe=610F7C9B\",\"id\":\"17899360813924592\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T23:51:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNvvV-6jUnu\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/172764664_170694091586618_3260025579931310310_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=SfiEI6HP-i4AX_tmDHe&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=43f4398fe5fade1aa70871d0f105a839&oe=610E3238\",\"id\":\"17978411107369344\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T23:51:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNvvV-6Dv4s\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/173656194_1147843795662211_2346807644105499169_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=C3ES6AiU3JwAX8VjZQG&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=05e3670892e1095138e32c591ebdb510&oe=610E8420\",\"id\":\"17860247924515855\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T23:51:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNvvV-5jNJp\\/\"}]}}','174296970_796137177952703_2790854678639103186_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-27'),(56,'2021-07-26 12:09:07','17871988181502891','2021-05-20 22:30:35','2021-05-20 22:30:35','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/189507650_1108649869626008_5234751579803005776_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=pDHS80LYYKwAX9epmtW&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2440ffe5011640035cff5b199ff6c4d3&oe=6139ACFF\",\"caption\":\"Come practice with me! \\n\\nFriday 9:45 a.m. 10 Fitness Maumelle\\nSaturday 9:30 a.m. @keyfitlife \\nSaturday 10:30 a.m. @wlryoga \\n\\nPic 1 - May 2016 \\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\nPic 2 - May 2021 \\ud83d\\ude4f\\n\\nChange is inevitable and often times unpredictable. However, one thing that will always remain constant is the power we have to choose how we respond before, during, and after it.\\n\\nTree Pose - Stay grounded, root to grow! \\ud83c\\udf34\\n\\nSee you soon! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17871988181502891\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-05-20T22:30:35+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPHJGagtNg-\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/189507650_1108649869626008_5234751579803005776_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=pDHS80LYYKwAX9epmtW&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2440ffe5011640035cff5b199ff6c4d3&oe=6139ACFF\",\"id\":\"17851810274581440\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-20T22:30:34+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPHJGVkt3vU\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/188257876_475534917000553_6184506883422772904_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_aid=0&_nc_ohc=A7zo9JgZLncAX9Q6oi3&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=bc87db486b01dba570d52887341fb7fd&oe=6139CA7E\",\"id\":\"17923853365579030\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-20T22:30:34+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPHJGVwNAqj\\/\"}]}}','189507650_1108649869626008_5234751579803005776_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-16'),(57,'2021-07-26 12:09:08','17922270244607082','2021-04-28 18:08:24','2021-04-28 18:08:24','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/178451029_524485082019819_6009165674988306185_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VzTF-izDdnQAX_H7hVn&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=259c81ff5251bb9fd6aff4d4e2e8526b&oe=610B810E\",\"caption\":\"Drishti is a term you may hear in a yoga class when being guided through balancing poses... honestly its one of my favorite terms, firstly because its fun saying it. \\ud83d\\ude0c\\n\\n\\\"Drishti\\u00a0is the yogic practice of focussed gaze, used as a means of developing concentration.\\\"\\n\\nAlthough finding your drishti can definitely help you in balancing poses, it actually encouraged that you find it and hold it through your entire practice. \\n\\nDrawing your sight away from surrounding distractions and focusing your concentration inwardly, allows you to gain control of your thoughts, breath, and movement making it easier for you to orchestrate moving foward in union. \\n\\nIt can be helpful to apply this philosophy to your day to day life! If you wanna brush up on your skills come find your drishti with me! \\n\\nSaturday May 1sr @wlryoga 10:30 a.m.\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17922270244607082\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-28T18:08:24+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COOBm00jyIw\\/\"}','178451029_524485082019819_6009165674988306185_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-09-05'),(58,'2021-07-26 12:09:09','17906280451815897','2021-05-21 03:18:19','2021-05-21 03:18:19','{\"media_url\":\"https:\\/\\/video-dfw5-1.cdninstagram.com\\/v\\/t50.2886-16\\/189666825_122541359943895_5551866339197896900_n.mp4?_nc_cat=105&vs=17973456040380352_2475206624&_nc_vs=HBksFQAYJEdBa1dUZ3ZYMERwaWMyOEFBTVRJVmp3Rk1ReE5ia1lMQUFBRhUAAsgBABUAGCRHQVlsUlFzNko3VTBhTVlBQUZPcjZqbXlEckliYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaGzsCLlPryPxUCKAJDMywXQEHmZmZmZmYYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=ZtXCrfMV8zIAX89IFy8&_nc_ht=video-dfw5-1.cdninstagram.com&oh=4c6a8563cbfc4123191a4f540b3894f9&oe=610A8939&_nc_rid=39898b1cf6\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/188642856_179492430752485_1573064120258100482_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=IszQgNhl-vUAX_xFFeS&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=eb9eda2654e9bec41e925d8e7c885f4b&oe=610F2327\",\"caption\":\"Late post because I\'m excited and this is what real life looks like. I have set my mind to something and have had to work at accomplishing it however I can... \\n\\nI don\'t have a nice bright esthetically pleasing background with a plant off to the side, but I\'ve got a pretty supportive husband. Lol! \\ud83d\\ude0e\\n\\nMy kids were still awake running around in the other room, but I overheard my oldest telling her sisters... \\\"Mom\'s in the other room, but lets not bother her because it looks like she is working on something.\\\" \\u2764\\u2764\\u2764 \\n\\nI\'m still wearing street clothes and my hair is a mess. I just really wanted to get around to practicing and I didn\'t feel it was necessary to wait till tomorrow when I look more \\\"presentable\\\" to document and share it... also I just didn\'t think it was worth changing into yoga clothes for the amount of time I\'d be spending working on this before showering for bed. \\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nLastly I\'ve been working on this pose for a couple weeks now, and today I stretched my hips and hamstrings for about 2 hours in order to get my legs to even think about extending. Lol! \\ud83d\\ude05 But I did it! Firefly Pose! \\ud83e\\udd8b\\n\\nThings are hardly picture perfect and probably never will be, but regardless... I\'m working and manifesting my dreams. \\u2600\\ufe0f\\u2764\\ud83c\\udf3a \\n\\n*I don\'t own rights to this music\",\"id\":\"17906280451815897\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-05-21T03:18:19+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPHqAEgnMyT\\/\"}','188642856_179492430752485_1573064120258100482_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.82,1,'2021-10-18'),(59,'2021-07-26 12:09:10','17869354676384482','2021-04-03 22:37:01','2021-04-03 22:37:01','{\"media_url\":\"https:\\/\\/video-lax3-1.cdninstagram.com\\/v\\/t50.2886-16\\/169070846_358522625497291_5487231668178079904_n.mp4?_nc_cat=110&vs=17863669655418564_752155093&_nc_vs=HBksFQAYJEdQN1FFd3JMbUx3TkUwWUJBS0JRQnk0aGtDWk1ia1lMQUFBRhUAAsgBABUAGCRHS3duR2dyODlPNXZvaGNEQU9WSG9lN3JmNzhBYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaI9dGPtrq7PxUCKAJDMywXQCyqfvnbItEYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=v2QsvjpkSXcAX9HebmJ&_nc_ht=video-lax3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=06fee89db96f76abd9251672637c53e4&oe=6105B46E&_nc_rid=b8c8dc2d37\",\"thumbnail_url\":\"https:\\/\\/scontent-lax3-2.cdninstagram.com\\/v\\/t51.29350-15\\/168898807_204724041446392_194658235853913779_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=g7JrcbZY6bIAX-qUx3E&_nc_ht=scontent-lax3-2.cdninstagram.com&oh=2c670b552897ad314d1f4a7546787646&oe=610B02C3\",\"caption\":\"Today during my classes I set my intention on finding JOY in every moment of stillness and movement. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nSo before leaving the studio I practiced skipping and jumping for joy! Lol! \\ud83d\\ude03\\n\\nDefinitely had fun. What have you all been enjoying this lovely Saturday?? \\n\\n\\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\\n\\n*I don\'t own rights ro this music\",\"id\":\"17869354676384482\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-03T22:37:01+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNOIdBtBnGz\\/\"}','168898807_204724041446392_194658235853913779_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-01'),(60,'2021-07-26 12:09:11','17915242990743295','2021-05-28 17:10:35','2021-05-28 17:10:35','{\"media_url\":\"https:\\/\\/video-dfw5-2.cdninstagram.com\\/v\\/t50.31694-16\\/193188554_206133748012661_6761963579174446133_n.mp4?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UKrtmqe-mMQAX9qcJos&_nc_ht=video-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=0f471b2daed758a7ebda83ce6ffeeb07&oe=6103887E\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/192163861_224780639148450_3239577649313305408_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yylJuFQK5QUAX9KjuLl&_nc_oc=AQmqRw9W1uj2pzvdzhM6lpM3ZsicanZ5bTFsOZZwdgqgEV5vAia8ONcuxTsE6xfsCto&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=f3fe47212ae26ace79e2a2274d62f60d&oe=6108E5FC\",\"caption\":\"I used to think that I could never find balance... because my idea of balance was based on other\'s expectations. \\ud83d\\ude12\\n\\nBut now I know that I am balanced in a way that flows with my personal needs, and with that knowledge I am free... I can fly with my feet on the ground. \\u270c\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\n*I don\'t own rights to this music. \\n*I\'ll learn to adjust the volume eventually\",\"id\":\"17915242990743295\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-05-28T17:10:35+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPbK0AVHAkv\\/\"}','192163861_224780639148450_3239577649313305408_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-04'),(61,'2021-07-26 12:09:12','18218958673036593','2021-04-16 02:59:00','2021-04-16 02:59:00','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/173182919_2724129391180189_5419491773368345730_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yLxo5SJIngYAX8TUTry&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=023d007736d8b61c5eb88a5e1a838c45&oe=61044341\",\"caption\":\"Feeling the need to be led! \\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\",\"id\":\"18218958673036593\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T02:59:00+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNtf_x4jdbW\\/\"}','173182919_2724129391180189_5419491773368345730_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-07-30'),(62,'2021-07-26 12:09:13','18152465854089083','2021-05-12 17:49:02','2021-05-12 17:49:02','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/184340688_1218371681934817_8978893305820090133_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=vQtxbxiBaiMAX-i1ZGU&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6d78d52e4bca39ee52d49f342880b0c1&oe=613970B7\",\"caption\":\"Of course I attempted some of my favorite yoga poses on the beach!!\\ud83c\\udfd6\\n\\nI found that attempting balance without a stable foundation was incredibly difficult. Take from that what you will...\\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f \\n\\nAnyway, I\'m back on solid ground and I\'ll be practicing this Saturday with @keyfitlife and at @monroehub !!! \\n\\nGo like and follow their pages to find details about how to get signed up and what time to be there! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18152465854089083\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-05-12T17:49:02+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COyChSwtoB7\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/184340688_1218371681934817_8978893305820090133_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=vQtxbxiBaiMAX-i1ZGU&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6d78d52e4bca39ee52d49f342880b0c1&oe=613970B7\",\"id\":\"17888331380091316\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-12T17:49:02+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COyChPEtGkm\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/184304497_521152832386019_700551996173128570_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=VoQjdxO1jp8AX--XP8e&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c6d31f3b718d54a5fa88e2a6e7f9a37f&oe=613A9A9D\",\"id\":\"17876636123363885\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-12T17:49:02+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COyChPENoVt\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/185184664_2765273143734329_6549532089506140718_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=dxsnHkvHiSQAX_vPyZ_&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a1ce1c57221b4334e0d347671ccb63c6&oe=613AFD94\",\"id\":\"18221850103004051\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-12T17:49:02+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COyChPDNWcS\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/186045068_112407637633842_1670983538617691094_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=WI-t89z1UU4AX9h0m16&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2b0d6f5a13b46735270abf7acc458459&oe=6139D2F1\",\"id\":\"17907407740855617\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-12T17:49:02+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COyChPFNVaw\\/\"}]}}','184340688_1218371681934817_8978893305820090133_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-09-27'),(63,'2021-07-27 14:44:04','17869952582387614','2021-04-16 12:07:56','2021-04-16 12:07:56','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/174296960_897630767744610_4513668015316225252_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V02a9K58_lcAX-u7-98&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c34bd5c4cfab8c67678db730b1040c52&oe=6107DCEE\",\"caption\":\"Sometimes life is fun and bursting with color, other times things are just black and white. When it comes to deciding how you\'ll appreciate each moment, the choice is yours. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f \\n\\nI\'m hoping this Saturday you\'ll make the choice to join me @wlryoga for the Weekend Vibes class. It will be fun and colorful! \\ud83d\\ude01 Sign up via Mindbody, let me know if you have any questions! \\n\\n*sidenote: I really take the opportunity to bust out half-moon any chance I get, because this time last year it was one of the most challenging poses for me. Lol! Needless to say I\'m excited about my progress, and I hope to encourage you all to keep showing up! Take note in where you have grown, and be glad about it! \\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\",\"id\":\"17869952582387614\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-16T12:07:56+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNue0LID3Iw\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/174296960_897630767744610_4513668015316225252_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V02a9K58_lcAX-u7-98&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c34bd5c4cfab8c67678db730b1040c52&oe=6107DCEE\",\"id\":\"17881569389203841\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T12:07:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNue0H6jpPe\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/171847483_831853720738600_629062988665705297_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fPYNof7f-4UAX-P_LcN&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=e5cac77bcc2e985409d8b0cbf22fed3e&oe=6107E08E\",\"id\":\"17892827795019923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T12:07:55+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNue0H7jhXI\\/\"}]}}','174296960_897630767744610_4513668015316225252_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-04'),(64,'2021-07-27 14:44:07','17881398926163050','2021-04-24 18:43:03','2021-04-24 18:43:03','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/177493715_1881323002017995_5846859468531637292_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=QaIUYcng_GgAX8rzznL&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2d502035361eac708fb94dd3f11b0a66&oe=610C1A74\",\"caption\":\"Started my morning with virtual yoga via @keyfitlife , and wrapped it up with this lovely group of people at The Little Rock Racquet Club! Its always a great time! \\ud83e\\udde1\\n\\nIf you\'re interested in catching a flow with me the next opportunity will be:\\n\\n10 Fitness Rodney Parham \\nTuesday April 27th @ 6:30 p.m. \\n\\nYou don\'t have to be member to attend! \\n\\n\\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\",\"id\":\"17881398926163050\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-24T18:43:03+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CODyZM1j2D_\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/177493715_1881323002017995_5846859468531637292_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=QaIUYcng_GgAX8rzznL&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2d502035361eac708fb94dd3f11b0a66&oe=610C1A74\",\"id\":\"17898635248893956\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-24T18:43:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CODyZJpjerq\\/\"},{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/178006777_819145918979573_5582252613039286951_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=l0ikrfHvaOEAX_mxE-D&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=78c8827b356e99a7eb3fec17ab6d6455&oe=610C82AD\",\"id\":\"17890576952103786\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-24T18:43:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CODyZJgDNqe\\/\"}]}}','177493715_1881323002017995_5846859468531637292_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-17'),(65,'2021-07-27 15:50:56','17852723411533639','2021-04-12 17:27:25','2021-04-12 17:27:25','{\"media_url\":\"https:\\/\\/video-sjc3-1.cdninstagram.com\\/v\\/t50.2886-16\\/171360073_123194029836208_6210196036720327041_n.mp4?_nc_cat=105&vs=17924049190537970_3300886748&_nc_vs=HBksFQAYJEdFbS1OZ3F3QjJOWUMzQUFBSUg1UUhKa0RDOVdia1lMQUFBRhUAAsgBABUAGCRHTnZLU1FvNkVmRWtkd0VEQVBleS1BQnY2TTQ3YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbk3rmD%2BfTWPxUCKAJDMywXQE4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMl92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=cLvesdwyBckAX_7SGaG&_nc_ht=video-sjc3-1.cdninstagram.com&oh=c3b4c88e0ad362683d83566005f0cf69&oe=6107E8AE&_nc_rid=2e80138aa9\",\"thumbnail_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/172078135_1350225302027489_7913282290352109299_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=2EvZsykMBtMAX_mUFO1&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=8edaa309c0de1189b166e3dfcbe6d78f&oe=610C3021\",\"caption\":\"Did you know that you only need 60 seconds to meditate?! There really is no magic number... but on days like today, MONDAYS, it can be easy to get caught up in the rush and find yourself tense or unable to calm your racing thoughts. \\ud83d\\ude2c\\n\\nWell its AFTERNOON now and you\'re on the downhill slide. Take a second to BREATHE! \\ud83c\\udf2c \\n\\nAlso know that even those who have practiced meditation for years have difficulty finding stillness and calming their thoughts, you are not alone... as always, this is a practice. You will get better with time, and even then somedays will be a little challenging. Thats ok! Be ok right where you are. YOU ARE HERE and thats what really counts. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a \\n\\nGrab your headphones or earbuds, hook up your speakers or whatever works for you and take a listen to this 60 second sound bite... \\n\\nTake a deep breath, letting your abdomen expand fully.\\n\\nHold it for about 3 seconds.\\n\\nLet your breath out all at once (with a sigh if you want).\\n\\nAs you exhale, relax your jaw and shoulders. Think calm\\u2026 \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\",\"id\":\"17852723411533639\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-12T17:27:25+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNkwHoODdIG\\/\"}','172078135_1350225302027489_7913282290352109299_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-04'),(66,'2021-07-27 15:50:57','18182533279099480','2021-05-15 00:06:05','2021-05-15 00:06:05','{\"media_url\":\"https:\\/\\/video-dfw5-2.cdninstagram.com\\/v\\/t50.2886-16\\/184708553_312263333821276_1365021029529742244_n.mp4?_nc_cat=108&vs=17887377026184668_1077409973&_nc_vs=HBkcFQAYJEdNbHRBZ3RjdXhaNUFCd0JBS1RyRHVoa2gtRVNia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJrjJkf2vnsY%2FFQIoAkMzLBdACAAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=HQuSK77rlPkAX_DMJ8C&_nc_ht=video-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=e3a264e3d4db1232564f05339d6b1b8b&oe=612CA7DC&_nc_vts_prog=1&_nc_rid=21c7ca2bd8\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/186820859_474746917077775_1010072424364778870_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=SkfSocOXDQsAX917xnz&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=23b764fb33b9c94e9f04263ec15b7932&oe=61312F1F\",\"caption\":\"Today was the perfect day to get out and soak up some of what the Natural State has to offer with @elizabeth.lois.om , @claireadmiretraining and @helloarshia \\ud83e\\udd17\\n\\nSpeaking of what the Natural State has to offer, we stayed hydrated while sipping from the new aluminum bottles @mountainvalleywater offers! I also hear that their White Peach Sparkling water is a favorite! \\ud83d\\udc4c\\n\\nVibing with you ladies was the perfect way to finish up the week, can\'t wait to do it again! \\ud83e\\udd70\",\"id\":\"18182533279099480\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-05-15T00:06:05+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CO33QJ7nRwX\\/\"}','186820859_474746917077775_1010072424364778870_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-04'),(67,'2021-07-27 15:50:58','17879592830248556','2021-05-18 15:45:20','2021-05-18 15:45:20','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/187403516_931354240770431_2146779566084994579_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=7xh6GO1MYWEAX8MDXPt&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=8801557b934313c446e3857c146aeb84&oe=61308676\",\"caption\":\"The opportunities to come flow with me this week are abundant!\\n\\n\\ud83e\\udde1 TONIGHT 6:30. p.m. @ 10 Fitness Rodney Parham \\n\\n\\ud83d\\udca5 \\u203cNew offering\\u203c Friday 9:45 a.m. @ 10 Fitness MAUMELLE (this class is offered every Monday & Friday at 9:45 a.m.)\\n\\n\\ud83d\\udcaaSaturday VIRTUAL 9:30 a.m. @keyfitlife \\n\\n\\ud83e\\uddd8\\u200d\\u2640\\ufe0fSaturday in studio 10:30 a.m.  @wlryoga \\n\\nPLEASE TAKE A MOMENT TO CHECK OUT THE LIGHT AND LOTUS FB PAGE! GET A LITTLE INSIGHT ON THE INSPIRATION AND MISSION OF LIGHT AND LOTUS BY WATCHING MY MOST RECENT LIVE REPLAY! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n \\n#yogaforeverybody #yogaeverywhere\\n#inhaleexhale #light #lotus\",\"id\":\"17879592830248556\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-18T15:45:20+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPBRIg8tebG\\/\"}','187403516_931354240770431_2146779566084994579_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-10-14'),(68,'2021-07-27 15:51:00','17909608486775638','2021-04-26 18:15:30','2021-04-26 18:15:30','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/176705941_929150294552203_8748352793375573568_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HV00pnroz5QAX8x10uK&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=7981c75799bb57f3ed85e6b241ef6d74&oe=610C9C46\",\"caption\":\"Hey friends hey!!! I\'m officially launching the Light and Lotus Yoga FB page! Much like my IG page you\'ll find updates on where I\'ll be teaching weekly. \\n\\nBut more importantly its where you\'ll be updated on the progress and offerings specific to Light and Lotus Yoga!\\n\\nToday you can take a look at the services and classes I will be offering! As of right now the classes listed are not open yet, however I am currently available for private sessions and events! \\n\\nThis is a new journey for me and I\'m looking forward to you all joining me in it. With that being said I am open to suggestions and\\/or inquiries that will help me best understand how to show up for my community. \\n\\nLove and Light! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nLink is in the bio\",\"id\":\"17909608486775638\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-26T18:15:30+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/COI41HkjTTX\\/\"}','176705941_929150294552203_8748352793375573568_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-07'),(69,'2021-07-27 15:51:02','17874222428305312','2021-04-22 00:17:02','2021-04-22 00:17:02','{\"media_url\":\"https:\\/\\/video-dfw5-1.cdninstagram.com\\/v\\/t50.2886-16\\/174627251_809561253325357_7002025668099621870_n.mp4?_nc_cat=101&vs=17858666678497547_2026868570&_nc_vs=HBksFQAYJEdMT1phQW90cXUycVN1QUNBTzdEUGk4LU1TeGhia1lMQUFBRhUAAsgBABUAGCRHR0djY0FxT25TbW1vY01CQU1mTnpUSng3M2NOYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaWqKn%2Fmpe5PxUCKAJDMywXQEKmZmZmZmYYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=ENFWxTWRibsAX_u-g48&_nc_ht=video-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=09b175d89f6a18a5c534ea84853541bc&oe=610A8FF9&_nc_rid=4ce5b151c5\",\"thumbnail_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/174017006_486068719302913_2200829501373630530_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=PTMJu-G653sAX_keirS&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=215ec162445272d89d9f3959119a6dfa&oe=610F9BEA\",\"caption\":\"How are yall feeling today??? \\n\\nI have personally found myself in a funk, caught up in low vibe thinking. Some days it just sneaks up on me, and this is why its important to be mindful. \\ud83e\\udd74\\n\\nWith that being said, I\'m grateful for my practice of both yoga and mediation... through it I have not only learned how to recognize my thought patterns, but also how to redirect them. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nExpressing gratitude in these moments of weariness has been a game changer for me... and I\'ll be honest, it takes real effort to shift from pitty partying to gratitude partying... but its definitely worth it. \\ud83d\\ude4c\\ud83c\\udffe\\n\\n\\\"Gratitude makes sense of your past, beings peace for today, and creates a vision for tomorrow. \\\" \\ud83d\\udcaf \\n\\nProtect your peace love. Shanti \\u270c\\ud83c\\udffe\\n\\n\\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\\n\\nI dont own rights to this music\",\"id\":\"17874222428305312\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-22T00:17:02+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CN8qKdyDi-p\\/\"}','174017006_486068719302913_2200829501373630530_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-08-23'),(70,'2021-07-27 21:31:48','17896974872075311','2021-05-29 13:50:56','2021-05-29 13:50:56','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/192455615_1004204913722433_3370233883897347255_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ZeiDB5Rh1C0AX_WHHr8&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=514ab6b4c27c314bed20a8179bcddbac&oe=613079FE\",\"caption\":\"I have so much fun with my class at @10fitnessmaumelle ! \\n\\n*Mondays and Fridays 9:45 a.m. *\\n\\nPost class we circled back to take a look at Malasana, as you can see by their faces we may have held it a little longer than they anticipated \\ud83d\\ude05 \\n\\nThey requested, and I agreed, to work through the mechanics of this pose and get into Pegion next week! \\n\\nCome join us if you can! \\n\\n\\u2757\\u2757 In the meantime you can join VIRTUALLY THIS MORNING @ 9:30 via @keyfitlife !!! \\u2757\\u2757\",\"id\":\"17896974872075311\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-05-29T13:50:56+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPdYyT2tsVs\\/\"}','192455615_1004204913722433_3370233883897347255_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.33,1,'2021-10-28'),(71,'2021-07-27 21:31:49','18152605657157346','2021-04-18 20:24:15','2021-04-18 20:24:15','{\"media_url\":\"https:\\/\\/scontent-sea1-1.cdninstagram.com\\/v\\/t51.29350-15\\/175845131_292437675819107_7515994077735832617_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=m52WNaO4Tn0AX_MaRSq&_nc_ht=scontent-sea1-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=43eca372c15d664e9605dbf38148d8ae&oe=6104854C\",\"caption\":\"My yogathon has come to an end... each class and every student brought such joy to my practice. I am grateful for the experience I was given this weekend. \\n\\nIt was ultimately a weekend of \\\"yes\\\" for me and that allowed me to spend some valuable qt with people I know and love both in and out of the studio. I hope that you all were able to find your peace this weekend as well. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nShanti \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18152605657157346\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-18T20:24:15+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CN0hNExDYyE\\/\"}','175845131_292437675819107_7515994077735832617_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-08'),(72,'2021-07-27 22:02:57','17904680698763831','2021-04-14 21:26:30','2021-04-14 21:26:30','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/172954396_3902392016495029_2770574351177795257_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=kznjbvtonjYAX-gek00&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=582519c8b403e27f6381ef90f40f37ed&oe=610EF185\",\"caption\":\"You can almost see the calmness radiating off of @byhannahmonroe \\ud83e\\uddd8\\u200d\\u2640\\ufe0f\\n\\nMy favorite part of teaching is actually observing. Getting to see the different hills and valleys my friends move through with each breath and movement is so awe inspiring. \\ud83e\\udd70 \\n\\nI can\'t wait to do it again with you all! \\n\\nLots of opportunities catch up with me THIS SATURDAY 04\\/17!!!\\n\\n\\ud83d\\udca5 Earlybirds come rise with me at: \\n\\n10 Fitness Rodney Parham @ 8 a.m. \\u2600\\ufe0f\\n\\n\\ud83d\\udca5 If you don\'t want to get up that early or even leave the house \\ud83d\\ude05 lets do virtual!\\n\\n@keyfitlife @ 9:30 a.m., inbox me and I\'ll get you the Zoom details. \\ud83d\\udcbb\\n\\n\\ud83d\\udca5 Brunchers come vibe with with me at @wlryoga @ 10:30 a.m. \\ud83d\\udc83\\n\\nEither way I\'d love to see you!!! \\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\",\"id\":\"17904680698763831\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T21:26:30+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNqVJiYDPpb\\/\"}','172954396_3902392016495029_2770574351177795257_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-14'),(73,'2021-07-28 02:27:27','18074835688281907','2021-06-01 23:33:56','2021-06-01 23:33:56','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/194453188_515246252998065_8947888179755615406_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=yMUNA619hvUAX9oW1G0&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=9d170e5a865384d653b03a5a1aeb695a&oe=613A0D9F\",\"caption\":\"\\u2757\\u2757Here it is friends! This is my new schedule of yoga classes! \\u2757\\u2757\\n\\nThis is where you can join me, same time, same place every week! \\n\\n10 Fitness Maumelle - If you\'re a premium member the class is included in your membership fee. If you are not a member at all, you can still attend for an $8 drop in fee! No scheduling ahead of time needed! \\ud83d\\ude0e\\n\\n@keyfitlife - This a virtual class via Zoom. If you haven\'t tried before, you can try before you buy! Just message me or @keyfitlife and we\'ll get you set up to get in! This can be a \\\"private\\\" practice for you, if you\'d like to keep your camera off. \\ud83d\\udc4c\\ud83c\\udffe\\n\\n@wlryoga - Weekend Vibes is a fun chill class! If you\'re a new visitor sign up for the $10 class pass!! Or you can take the $15  drop in option, whichever you decide you can get set up to sign up and purchase your passes at wlryoga.com. \\ud83e\\udd17\\n\\nSee you there! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18074835688281907\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-01T23:33:56+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPmJ42qNF71\\/\"}','194453188_515246252998065_8947888179755615406_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-01'),(74,'2021-07-29 16:16:52','17997935767338440','2021-06-02 16:18:21','2021-06-02 16:18:21','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/195486295_337112031133225_8840436323869783708_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=FeENQ-OjRlQAX85sQDA&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=d4b51dacf17e0e78d069d34c5d4b9c73&oe=61319E00\",\"caption\":\"It happens to the best of us! \\ud83d\\udcaf\",\"id\":\"17997935767338440\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-06-02T16:18:21+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CPn81gGjsN8\\/\"}','195486295_337112031133225_8840436323869783708_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-04'),(75,'2021-07-29 16:16:53','18161348365126251','2021-04-22 19:12:49','2021-04-22 19:12:49','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/176956814_379309529867875_1163830057961499208_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=i36O6vvC0dQAX-TvHof&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c00edd009443817563efb9beefe39a5f&oe=6107FC0D\",\"caption\":\"Fully vaccinated! \\ud83d\\udc89 \\n\\nThis was not an easy decision for me... I fought with a lot of thoughts and emotions over vaccination controversy, compounded with the fear of how historically and presently people of color are not favored in medical and pharmaceutical scenarios... That fear is very real and very valid, but I ultimately feel confident in my choice... I also respect and understand other\'s choice!\\n\\nOnly time will tell what will come of all of this, but until then I\'m working to find joy in the moments I have to live. \\ud83e\\udde1\",\"id\":\"18161348365126251\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-22T19:12:49+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CN-sNbwjQBV\\/\"}','176956814_379309529867875_1163830057961499208_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-23'),(76,'2021-07-29 16:16:55','18063281971286577','2021-04-06 00:43:07','2021-04-06 00:43:07','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/169197800_523222905748397_3742454086968404380_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VCMn9PGOe7IAX_9d7to&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=74858aa3a5ee7b0717ab22d1a2d74ac6&oe=610C602D\",\"caption\":\"As many of you know this is a cause thats near and dear to my heart and yoga journey. @yogaintherockar awarded me with their very first scholarship last year, allowing me to finish paying for my tuition as well as gather all of the materials, books, and things I needed for training. I am so excited to see who the next recipient will be! \\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\\n\\n#Repost @yogaintherockar @download.ins\\n---\\nWe are excited to announce that we have officially opened our YITR Scholarship Fund Application to the public! \\u2728\\n\\n\\ud83c\\udf08 YITR is passionate about bringing more people of color into our local teaching community because we believe yoga is for everybody and should therefore, also be represented in the teaching community. We recognize the need for more leaders and teachers of color in the yoga community, and acknowledge that there are many barriers that might prevent a person of color from entering a yoga studio: cultural differences in teaching, discomfort, and a lack of teachers with similar backgrounds\\/physical presentations. \\n\\n\\ud83c\\udf3f Our promise is to raise $500 for the recipient and their yoga teacher training of choice. ALL proceeds raised during our Community Series will be put directly into the YITR Scholarship Fund. Any funds raised exceeding $500 will also go towards the YITR Scholarship Fund.\\u00a0\\n\\n\\u2600\\ufe0f A recipient will be chosen by September 2021. Application will close 2 months before.\\n\\nApply now! LINK IN BIO or go to yogaintherockar.com \\ud83c\\udf08\\u2728\",\"id\":\"18063281971286577\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-06T00:43:07+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNTgfv0hxn7\\/\"}','169197800_523222905748397_3742454086968404380_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-07'),(77,'2021-07-29 19:20:00','17902994368867741','2021-04-16 16:04:56','2021-04-16 16:04:56','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/174861872_908975146568081_6615564253565174324_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=PEuPc3ADIsQAX9ZSBRd&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c2d8e6f2fefad93f84688fe3fdc5b4b8&oe=610E4912\",\"caption\":\"SURPRISE! I\'ll actually be teaching this afternoon at @wlryoga 4:30 p.m.!!! \\n\\nThere are 2 spots left if you want to join me in a nice Vinyasa flow. \\ud83d\\ude0a\",\"id\":\"17902994368867741\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T16:04:56+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNu58EbjOsL\\/\"}','174861872_908975146568081_6615564253565174324_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-07'),(78,'2021-07-31 11:12:11','17880780203298268','2021-04-11 14:14:03','2021-04-11 14:14:03','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/172142192_831231661124103_6236363986447084751_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NVjX112padEAX-7kk8G&_nc_ht=scontent-dfw5-2.cdninstagram.com&edm=ANo9K5cEAAAA&oh=46c1f014a904786caf01924826bda73d&oe=610EA555\",\"caption\":\"A lot of times progress is a slow process. For me particularly, staying focused and persistent on a long road is a challenge. \\ud83e\\udd74\\n\\nSo I asked my husband to hang my certificates up... so that \\\"the writing is on the wall.\\\" I can look up and see where I came from, and where I\'m going. Its clear that I\'m on the road to my personal success. \\ud83d\\ude4c \\n\\nYoga Teacher Training \\u2705\\nL.L.C. \\u2705\\nBusiness License \\u2705\\n\\nI\'m sharing this publicly to pat myself on the back because I deserve to celebrate my wins... and also to encourage you to do the same! I know I\'m not alone in this feeling... so take time to sit down and take inventory of your wins and REALLY recognize and celebrate them, because you deserve it! \\ud83d\\udc4f\\ud83c\\udffe\\ud83d\\udc4f\\ud83c\\udffe\\ud83d\\udc4f\\ud83c\\udffe \\n\\n\\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\",\"id\":\"17880780203298268\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T14:14:03+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNh1RhAhEFE\\/\"}','172142192_831231661124103_6236363986447084751_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.33,1,'2021-08-04'),(79,'2021-08-02 00:28:48','17911696636865512','2021-07-29 16:55:23','2021-07-29 16:55:23','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/226496465_840499703261684_8834955670409162338_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=0QLT12DrDLEAX9pDGbD&_nc_oc=AQn_YGYVj-xvsKhPj72KjJl1232utvYBPuoPtD7qhTk3R-VXNLXle1lc91hrlVYpScU&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b382f881b32c72bea7a088061c44eca1&oe=61AF4AF2\",\"caption\":\"I truly enjoy getting to do yoga with our littles! If you missed the opportunity at CALS a couple weeks ago, we have another opportunity coming up in collaboration with @massagearkansas !!! \\n\\n\\\"My Mini and Me Yoga Class\\\" \\nThursday August 12, 2021 at 3:00 p.m. \\n400 West Capitol Avenue, Little Rock, AR 72201 (3rd floor conference room)\\n\\n$15 - 1 adult can bring 2 children \\n\\nFind the Eventbrite link in my bio! \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17911696636865512\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-07-29T16:55:23+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CR6yYiJIrdf\\/\"}','226496465_840499703261684_8834955670409162338_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-12-03'),(80,'2021-08-02 00:28:49','18150532957087521','2021-04-09 23:52:25','2021-04-09 23:52:25','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/171095701_1039351673259983_1637065448959401600_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HdEXIUvs9Z4AX_o_OnQ&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=26345e2bc0ec10e12cce7522cd8527bf&oe=610C7AB1\",\"caption\":\"We are joyful warriors... my story is #herstory \\ud83d\\udcaa\\ud83c\\udffe\\ud83e\\udd70 \\n\\n\\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\",\"id\":\"18150532957087521\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-09T23:52:25+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNdt33hhvPh\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/171095701_1039351673259983_1637065448959401600_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HdEXIUvs9Z4AX_o_OnQ&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=26345e2bc0ec10e12cce7522cd8527bf&oe=610C7AB1\",\"id\":\"17901572359822829\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T23:52:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNdt30UhAQU\\/\"},{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/171654065_309117047298178_179336646488325956_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8ytgVDWV_wEAX8DwqcT&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=5f4c7833369b3b6982d1f9cb658535c9&oe=610CD0C6\",\"id\":\"17901366853820571\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T23:52:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNdt30ThPMc\\/\"}]}}','171095701_1039351673259983_1637065448959401600_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-17'),(81,'2021-08-02 03:25:46','18162177499142463','2021-03-31 13:06:10','2021-03-31 13:06:10','{\"media_url\":\"https:\\/\\/scontent-sjc3-1.cdninstagram.com\\/v\\/t51.29350-15\\/166472057_3774633239272817_7050191345868616096_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tC8O7Sxsb2sAX_TQZm8&_nc_ht=scontent-sjc3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=de43c906f0a89ebfbc33e1dd0ea80fef&oe=610BB050\",\"caption\":\"#Repost @mrs_hud2u @download.ins\\n---\\nYou\'ll find me on the mat this Saturday!!! \\n\\nJoin me Virtually @ 9:30 a.m. with @keyfitlife \\n\\nOr\\n\\nIn person\\/Virtually @ 10:30 a.m. with @wlryoga \\n** *Only 2 Spots left for in person***\\n\\n\\u2600\\ufe0f\\ud83c\\udf3a\\ud83e\\udde1\",\"id\":\"18162177499142463\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T13:06:10+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFYwzAhys2\\/\"}','166472057_3774633239272817_7050191345868616096_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-08-02'),(82,'2021-08-04 02:26:52','17877108071425356','2021-08-03 05:33:02','2021-08-03 05:33:02','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/229747686_111285891185030_8256255982159567692_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=5HlKTA8Ck_8AX_G35rW&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=512994dd5bda48d6c190d03d08117897&oe=61AB18EE\",\"caption\":\"I\'ll play catch up in the afternoon! Join me in this challenge?? \\ud83e\\udd17\\n\\n#Repost @nicolewindleyoga @download.ins\\n---\\n\\ud83e\\uddd8\\ud83c\\udffd\\u200d\\u2640\\ufe0fBreathe Through It Challenge\\ud83e\\uddd8\\ud83c\\udfff\\u200d\\u2640\\ufe0f\\u2063\\u2063\\u2063\\u2063\\n\\nJoin us for our #SOYBreatheThroughIt Challenge! August 2 - 7th.\\n\\u2063\\u2063\\u2063\\u2063\\nAre you aware of your breath and how it changes throughout your day? Are you holding your breath when tense, or breathing irregularly when stressed? This challenge will teach you breathing techniques that will help you to re-center yourself, calm your mind, and revitalize your body\\ud83d\\udcab\\n\\n\\u2600\\ufe0fDAY\\/BREATH\\/HOST\\u2600\\ufe0f\\u2063\\u2063\\u2063\\n1\\ufe0f\\u20e3 Ujjayi Breath - @nicolewindleyoga\\n2\\ufe0f\\u20e3 Nadi Sodhana - @liveinpeaceyoga\\n3\\ufe0f\\u20e3 Bellow\\u2019s Breath - @walkwithree\\n4\\ufe0f\\u20e3 Breath of Fire - @nicolewindleyoga\\n5\\ufe0f\\u20e3 3-part Breath - @liveinpeaceyoga\\n6\\ufe0f\\u20e3 Viloma Breath- @walkwithree\\n1 winner will be chosen for a gift from @sistersofyoga!\\n\\u2063\\u2063\\u2063\\n\\ud83d\\udc97HOW TO PLAY\\ud83d\\udc97\\u2063\\u2063\\u2063\\n1. Repost flyer \\u2063\\u2063\\u2063\\n2. Follow @SistersOfYoga + ALL hosts\\u2063\\u2063\\u2063 \\n3. Post daily using Hashtag #SOYBreatheThroughIt @Sistersofyoga + all host in every post so we can see your lovely photos\\u2063\\u2063\\u2063 & videos.\\n4. Tag your sisters in this post so they can join too!\\u2063\\u2063\\u2063\",\"id\":\"17877108071425356\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-03T05:33:02+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSGcRTsL_rr\\/\"}','229747686_111285891185030_8256255982159567692_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(83,'2021-08-09 02:02:16','18141728158170554','2021-08-08 22:48:32','2021-08-08 22:48:32','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/233814198_1591940991003917_2462763145631325136_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=yqDevnQ6cT8AX8d1lAw&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=25b71f9ab27e1feb6214099e76a7a9a3&oe=61AB8797\",\"caption\":\"Tonight in the midst of the Lion\'s Gate Portal the New Moon is rising in Leo. \\ud83c\\udf20\\n\\nI was thrilled to bring home this String of Hearts today as a symbolic reminder to myself of the intentions I\'m setting... \\n\\n\\\"In Astrology, Leo is about joy and authentic self-expression, about the process of reconnecting with our inner child through play and spontaneity. It is associated with the Heart Chakra and it rules romance, creativity, joy, self-realization, and personal fulfillment. Through Leo, we become full of ourselves: this means that we fill our own cup in such a way that generosity and joy can flow outwardly freely and naturally.\\u00a0Only by coming from a place of fullness and fulfillment, we can participate in life experiencing authentic personal satisfaction.\\u00a0\\\" - Lions Gate Portal Article by @moonomens \\ud83e\\udd81\\u264c\\u2764\\n\\nA New Moon is an opportunity to draw back to assess where and how you want to move forward. Release habits, relationships, energies, thoughts, etc that no longer serve you. \\ud83c\\udf15\\n\\nI read an article that suggested allowing  yourself to live your life \\\"as it is\\\" rather than \\\"it should...\\\" and for me that also translates to letting go of expectations in every faucet of life. So I agree with myself to do so. \\ud83e\\udd17\",\"id\":\"18141728158170554\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-08T22:48:32+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVKv15LXEs\\/\"}','233814198_1591940991003917_2462763145631325136_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(84,'2021-08-13 21:57:51','17901430079137790','2021-08-09 04:00:53','2021-08-09 04:00:53','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/234577194_523599125599273_7587348301182111298_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=wcbThDtR68MAX8Eb8HE&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=973e194dd4f0720429c1674a1c636c43&oe=61AC66AF\",\"caption\":\"Hi! Hello! I\'m Chelsea, owner of Light and Lotus Yoga. I\'m glad you\'ve made it here and hope you find this information helpful. \\ud83d\\ude0a \\n\\nI\'ll be taking a short hiatus from social media posting, so I wanted to leave this information in case you are seeking to practice with me via any of the offerings listed. \\ud83e\\udd17 \\n\\nI would love to discuss the offerings listed and\\/or if you might have something else in mind. To inqure further I can be contacted: \\n\\nDirect Message: Here or on FB (Light and Lotus Yoga Page) \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nEmail: LightandLotusyoga@gmail.com \\n\\nPhone: 501-301-0598 (call or text) \\n\\n*You can expect to see information about special offerings between my regular schedule shared on my stories. *\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17901430079137790\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-08-09T04:00:53+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufidtcTm\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/234577194_523599125599273_7587348301182111298_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=wcbThDtR68MAX8Eb8HE&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=973e194dd4f0720429c1674a1c636c43&oe=61AC66AF\",\"id\":\"17926112299731780\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-09T04:00:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufeiN4j-\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/235459314_350253426582546_1615972471390403136_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=GGdr3fpnXmEAX82WqMc&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=4428ac8430cae28328ae83bdd08a363e&oe=61ABA3CE\",\"id\":\"17912830351844754\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-09T04:00:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufehtsV1\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/234403709_552827032832250_7242371830363637599_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=1gIbVtz4TtwAX9D8a5w&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=382cc9d2e8c27e778740087da32353f4&oe=61ABAEAC\",\"id\":\"17956330387468594\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-09T04:00:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufettVVc\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/234789417_366801764890792_6299911620932275970_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=rQtCcAcBW8cAX-jrS1L&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b7c714f951a8fa6faa399568e104c429&oe=61AC5ADC\",\"id\":\"17917832545844380\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-09T04:00:52+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSVufeitRrE\\/\"}]}}','234577194_523599125599273_7587348301182111298_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(85,'2021-08-19 03:54:29','17961334132434403','2021-08-14 17:36:07','2021-08-14 17:36:07','{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/236207124_530533995038803_992761361805353737_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=megCKmyeHb4AX-YRlyG&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=06841fe47d1e048bb3ba0d26bb71b654&oe=61238E3C\",\"caption\":\"So excited that @taylorbee_ the winner of my yoga mat + bag giveaway, got to join me in practice this morning with her bag and mat in tow! \\ud83e\\udd70 \\n\\nLooking forward to getting to practice with her more often, and getting to giveaway more things! \\ud83e\\udd17 \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17961334132434403\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-08-14T17:36:07+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSkDw4nLkVs\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/236207124_530533995038803_992761361805353737_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=megCKmyeHb4AX-YRlyG&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=06841fe47d1e048bb3ba0d26bb71b654&oe=61238E3C\",\"id\":\"17889411164366335\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-14T17:36:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSkDw1_Ll0P\\/\"},{\"media_url\":\"https:\\/\\/scontent-dfw5-1.cdninstagram.com\\/v\\/t51.29350-15\\/237023494_1026230338182165_3152928720437808913_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=1vZhCpeyb08AX-hSXd6&_nc_ht=scontent-dfw5-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=d39e0cbc48fcbb4550978d388ec12761&oe=6121EF69\",\"id\":\"18130540270208622\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-14T17:36:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSkDw2ALpb4\\/\"}]}}','236207124_530533995038803_992761361805353737_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(86,'2021-08-26 04:39:03','17888470484378676','2021-08-24 03:13:13','2021-08-24 03:13:13','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240404594_383901636662622_6811775241103251809_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ZE9NZnSHSQ8AX_tE4LO&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=82ac1a2ae041c9f9610117ea8e949e67&oe=61AECDD2\",\"caption\":\"Got a chance to join Sunset Yoga with @psluvmimi this evening... \\n\\nTell me your amethyst is serious about doing its job without telling me, its serious about doing its job. Lol! \\n\\nCrystals in my hair \\ud83e\\udd37\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\ud83d\\udd2e\",\"id\":\"17888470484378676\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-08-24T03:13:13+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS8Q9p4Nob6\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240404594_383901636662622_6811775241103251809_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ZE9NZnSHSQ8AX_tE4LO&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=82ac1a2ae041c9f9610117ea8e949e67&oe=61AECDD2\",\"id\":\"17892808799231643\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-24T03:13:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS8Q9m3tfpg\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240396612_388467135967450_5099485180999285455_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Rf16YLVSzZ8AX9pIDa1&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=1580c640dcf38612c3967b9e89601b5d&oe=61AE7BAE\",\"id\":\"18141229513201809\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-24T03:13:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS8Q9m5N5qm\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240392681_876981853236684_498458256437305740_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=8inNfElxqPMAX_8KJr5&_nc_oc=AQk_pH4IL74S2ITHgQeWUDX-lQ_EXoJ8w6-cpQ5-oKr9mh9aPbi5E3SpvM1Y7ajZ7Gg&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2ad9f148e29273d77d0a13f27bfef952&oe=61AEA60B\",\"id\":\"18179691814131270\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-24T03:13:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS8Q9m9tGoS\\/\"}]}}','240404594_383901636662622_6811775241103251809_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(87,'2021-08-26 04:39:05','17930995072662011','2021-08-25 20:31:38','2021-08-25 20:31:38','{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/240522555_260614125890227_6152655634716253434_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=KrRtu6QWXwcAX-sqCkK&_nc_ht=scontent-ort2-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=56ee1051327a1a17cd082fb99cd1d3ed&oe=612C018C\",\"caption\":\"My sweet girl resting in the most authentic \\\"Child\'s Pose\\\" as I get her sister dressed and ready for the day. \\ud83e\\udde1\\n\\nA Couple Benefits of Child\'s Pose:\\n\\nCalms the brain and helps relieve stress and fatigue. \\ud83e\\udde0\\n\\nGently stretches the hips, thighs, and ankles. \\ud83e\\uddb5\\n\\nChild\'s pose can be taking at anytime durinf your practice for resting and restoring. It is recommended to hold this pose from 30 seconds to at least 1 to 2 minutes. \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17930995072662011\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-25T20:31:38+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTAsmDird0r\\/\"}','240522555_260614125890227_6152655634716253434_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-25'),(88,'2021-08-26 04:39:07','17845484087639559','2021-08-23 20:44:46','2021-08-23 20:44:46','{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/240668557_385478412938287_4711075713262549993_n.mp4?_nc_cat=104&vs=17915441227904954_1115480832&_nc_vs=HBkcFQAYJEdJMVBXQTR2TE44dmwxNEJBT243XzU1bUdtRkJia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJoDV7pHZktc%2FFQIoAkMzLBdAFCHKwIMSbxgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=frqjYrgGSVQAX8p9ADn&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=4f5179767279ce1f6d18afc82033cd48&oe=61A773B2&_nc_rid=1c1d2a46c1\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240648222_371737331293527_862757477543245099_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=VOR6RrE34MsAX-e9H9j&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b60187b9b75d7decc5a9ccbf4a11eff3&oe=61AB69B9\",\"caption\":\"I trust and believe there is room and opportunity for everyone in every space they\'re meant to be in. \\ud83d\\ude4c\\ud83c\\udffe\\n\\nI will always give when I can, share what I can, and hold space for others however I can. \\ud83d\\udc4c\\ud83c\\udffe\\n\\nYou can expect to see several opportunities to teach and\\/or practice yoga here on my social media whether they are my offerings or not. \\n\\nIt is my goal to provide anyone who crosses my path the most opportunity to receive whats for them, in order for that to happen something has to be given. \\n \\nThis is my offering today, and more to come! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a \\n\\nMessage me for details on who to contact!\",\"id\":\"17845484087639559\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-08-23T20:44:46+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS7kf4inx2_\\/\"}','240648222_371737331293527_862757477543245099_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(89,'2021-08-29 11:56:41','17893585823203773','2021-08-27 17:22:52','2021-08-27 17:22:52','{\"media_url\":\"https:\\/\\/scontent-dfw5-2.cdninstagram.com\\/v\\/t51.29350-15\\/240821357_241983007799404_540082868214659721_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=bwLBo5dHapUAX97UX-Y&_nc_ht=scontent-dfw5-2.cdninstagram.com&oh=df7b51b10522f36471e5b10e83805e88&oe=61302AF8\",\"caption\":\"#Repost @yogaintherockar @download.ins\\n---\\nAre you ready for THIS Saturday? \\u2728\\ud83c\\udf08 we are one week away from the August Community Series! @elizabeth.lois.om will be your guest teacher and we could not be more excited!! Also, stay tuned for a *very* special list of @mountainvalleywater RAFFLE PRIZES being given away at this month\\u2019s event!\\n\\n\\u2600\\ufe0f bring a friend, bring your family, it\\u2019s gonna be a delightful time. Be sure to arrive 5-10 minutes early if you\\u2019ve never practiced with us before to sign a waiver form. Please wear your mask at the sign up table, but you\\u2019re welcome to remove it while on your mat. \\n\\n6-7pm @ Allsopp Park. We\\u2019ll meet towards the back of the park beyond the baseball field on the grassy knoll. \\ud83c\\udf3f\",\"id\":\"17893585823203773\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-27T17:22:52+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTFglM1siu5\\/\"}','240821357_241983007799404_540082868214659721_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-10'),(90,'2021-08-30 00:42:22','17887018934420075','2021-08-28 17:25:58','2021-08-28 17:25:58','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240771997_129916116026771_3183030110432478670_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=1LNaNkGNtmIAX-zOV4h&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=958149b997f06f3b3e24d25f20865bd6&oe=61AC302B\",\"caption\":\"I really and truly enjoy the community I\'ve been amongst in recent times. So much support, love, and encouragement. We\'re all working to remain rooted and in doing so are able to stand safely and securely supporting one another. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nOne of the most comfortable \\ud83d\\udc55 @mountainvalleywater \\n\\nOne of the sweetest friends \\ud83d\\udc69\\ud83c\\udffb\\u200d\\ud83e\\udd1d\\u200d\\ud83d\\udc69\\ud83c\\udffe @claireadmiretraining co-founder of @yogaintherockar \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\\n\\nPhoto cred @helloarshia amazing artist and yogi! \\n\\nChances are great that you\'ll get to experience aaaalll of this community this evening 6 p.m. at Allsop Park. Check it out! \\ud83e\\udd17 @elizabeth.lois.om will be teaching. \\ud83e\\udd70\",\"id\":\"17887018934420075\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-28T17:25:58+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTIFu2dLFWl\\/\"}','240771997_129916116026771_3183030110432478670_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(91,'2021-08-31 10:39:01','17890563134279043','2021-08-30 00:12:28','2021-08-30 00:12:28','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240877955_317583186722008_8078926377297446287_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=adKAQqi30fgAX9DF0pg&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=bf8c6b5f7fc41873a8e608de79ed5c78&oe=61B0306C\",\"caption\":\"I can not tell you how much joy this picture brings me today. \\ud83e\\udd17\\n\\nI\'m so grateful for these ladies showing up for me and most importantly for themselves this evening!\\ud83e\\udde1\\n\\nFeel free to get in on some of this self love tomorrow Monday Aug 30 @6 p.m. - Otter Creek HOA \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nSo much gratitude again for you ladies!\",\"id\":\"17890563134279043\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-30T00:12:28+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTLZDC_rc9C\\/\"}','240877955_317583186722008_8078926377297446287_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.59,1,'2021-12-03'),(92,'2021-08-31 10:39:02','17897029367148730','2021-08-26 14:01:04','2021-08-26 14:01:04','{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/240754969_216720507094596_8286926119387400311_n.mp4?_nc_cat=108&vs=17928724822725885_4009230630&_nc_vs=HBkcFQAYJEdCbWhXUTVFUnRjc0c4VUFBSGNJLWtsbUV3Rnpia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJtqy1KT8zrk%2FFQIoAkMzLBdAFCHKwIMSbxgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-5&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=bc5kmfYFF-UAX8QybmF&_nc_ht=video-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=31f8c5b81ddc661168a22fd0fadca5cb&oe=61AAE597&_nc_rid=d5c15b6faf\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240742580_122036276832205_2434391556172182860_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=AHcm24WANYMAX9wyfPg&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=0b85ff447cfdff9771056479767798e4&oe=61AEFDF1\",\"caption\":\"\\u2757\\u2757\\u2757!!New Class!!\\u2757\\u2757\\u2757\\n\\nNow at Otter Creek HOA \\n\\nMondays @ 6 P.M. \\ud83e\\udd73 (new)\\n\\nIn addition to \\n\\nFridays @ 1 P.M. \\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f (existing)\\n\\nOC HOA members have priority when signing up, however the class is open to the public. Call Karen at the office to sign up! \\ud83d\\udcdd 455-2500\\n\\nI\'m excited to be able to bring an offering that may fit more people\'s availability! I am also passionate about meeting people\'s needs. So if you have any requests or reasons you may not be able to attend, please let me know! \\n\\nI personally have always had to juggle work and kids to get to whats best for me, we can make it work! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17897029367148730\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-08-26T14:01:04+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTCkrvCn96B\\/\"}','240742580_122036276832205_2434391556172182860_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(93,'2021-09-05 16:00:56','17879538638462703','2021-09-03 19:30:44','2021-09-03 19:30:44','{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/241091677_997895317666207_8054521918466140452_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=o8WJh78fBeUAX_0DYiS&_nc_ht=scontent-ort2-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=61fcf885c0620f13fd9aed8b2a618a1c&oe=6139A610\",\"caption\":\"TGIF!! Right?! I feel like this week was a freight train for a lot of us. Expeditiously carring a heavy load to a one stop destination. Valuable goods, just a lot of work! \\ud83d\\ude05 \\n\\nTaking a moment to reflect over the week, and sit in some gratitude. Im so grateful to be able to \\\"step\\\" into abundance as my little brother put it last night. \\ud83d\\udc4c\\ud83c\\udffd\\n\\nI\'ve meet several good people over the past week or so, personal and business wise. My Otter Creek Class has grown. I gained a new virtual client, all the way in Oakland, CA! My studio classes have been steady and consistent. \\ud83e\\udd73\\n\\nMy family is healthy and happy. My friends are real and genuine. I could just go on and on!\\ud83d\\udc9e\\n\\nBut alas, I\'m thankful its FRIDAY!!! LOL! \\ud83d\\ude4c\\ud83c\\udffe\",\"id\":\"17879538638462703\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-03T19:30:44+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTXwx8Sr2-k\\/\"}','241091677_997895317666207_8054521918466140452_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-25'),(94,'2021-09-06 00:32:33','17844286418641278','2021-08-21 14:23:09','2021-08-21 14:23:09','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240392194_4710447589068926_5332712348432366665_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=qAUZisK1bE4AX8l3F8r&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=27ae20cf83cb68bc3368ed55fa92f90b&oe=613A8FD4\",\"caption\":\"One Spot open today for 10:30 a.m. at WLR! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17844286418641278\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-21T14:23:09+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CS1vPsir3qE\\/\"}','240392194_4710447589068926_5332712348432366665_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(95,'2021-09-07 01:33:02','17909058998039344','2021-08-31 14:23:24','2021-08-31 14:23:24','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/240890604_559413568830263_8816734172020495197_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=2-ArmX-BwM4AX-D53W7&_nc_oc=AQnF-rlFcQy_FNn09Y8JsuWsGcjOYbHbXoHIUkreHDQvUk19ONw7By4_ifUoURCU_o4&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=42a6fc4d93ddcae458f5508957b97709&oe=61AFE6E6\",\"caption\":\"Received this from a friend this morning.. and I agree, Tuesday is a great day to be the extraordinary being you were created to be.\\n\\nTake a deep breath, set your intentions, and move forward. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17909058998039344\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-31T14:23:24+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTPfOQuLjie\\/\"}','240890604_559413568830263_8816734172020495197_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-12-03'),(96,'2021-09-07 21:16:05','18099924658269209','2021-08-31 22:06:13','2021-08-31 22:06:13','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241120210_592484518437272_3973458297084188967_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=aVK5xMltZWoAX_6vZvM&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=fe052893697f3a75ef07102c68c160d9&oe=613D5162\",\"caption\":\"Love getting to participate in @CALS events, looking forward to this year! \\n\\nCan\'t wait ro read this book to my girls! \\n\\n\\\"From Cotton To Silk: The Magic of Black Hair\\\" \\u2728 - @ccmercertoo \\ud83e\\udd70\\n@mercertextilemercantile\\n\\n#sixbridgesbookfestival #blackgirlmagic #literacymatters\",\"id\":\"18099924658269209\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-31T22:06:13+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTQUMEXrPBv\\/\"}','241120210_592484518437272_3973458297084188967_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(97,'2021-09-07 21:16:07','17913976525982773','2021-09-06 21:08:51','2021-09-06 21:08:51','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241205282_4090990887617525_5447936081364643110_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=L950X5e1RyQAX92zRk3&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=492d1c7277609201515365a9c51a2cd8&oe=613D0BF0\",\"caption\":\"As I learn how to love me, I learn how to love them. Grace descends. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17913976525982773\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-06T21:08:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTfqZJbrHjk\\/\"}','241205282_4090990887617525_5447936081364643110_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-25'),(98,'2021-09-07 21:16:08','17888830961269099','2021-08-07 15:29:39','2021-08-07 15:29:39','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/233608464_438290967218171_6059387430339791846_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=SBzioFJEUskAX96ZLAk&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6f8f8f7fcd152fa6a6d8241ef22b0723&oe=613BFA04\",\"caption\":\"Back to masking at the studio! Thankful for our manager moving to protect us as instructors and our clients for graciously complying and understanding! \\ud83e\\udd70\\ud83d\\ude37\\ud83e\\uddd8\\ud83c\\udffe\\u200d\\u2640\\ufe0f\",\"id\":\"17888830961269099\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-07T15:29:39+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSRzulcrzut\\/\"}','233608464_438290967218171_6059387430339791846_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(99,'2021-09-12 21:06:51','17925947776706108','2021-08-08 07:14:34','2021-08-08 07:14:34','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/233700283_2909393512723531_5582606514229964245_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=T33QluRAejsAX_wZb-M&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=de35bb9d1fa84887e17f1679f99dfacb&oe=61AB9E2B\",\"caption\":\"This one hit different upon this coming New Moon... \\\"Surrender your old story and write a new narrative.\\\" Let go, you have the ability to release that old story because it no longer serves you in this new story. Have an amazing day starting your new journey today, tomorrow, and the next day.\\n\\n#repost\",\"id\":\"17925947776706108\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-08T07:14:34+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSTf3WFLWbR\\/\"}','233700283_2909393512723531_5582606514229964245_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(100,'2021-09-12 21:06:53','17946219697545830','2021-09-08 23:59:46','2021-09-08 23:59:46','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241400334_376713730497808_5213735195322978279_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=2ihJDk8p2qAAX-hB7iJ&_nc_oc=AQknTv1Uh6G-OTQo5aHeKYIZElMx4MY-wqCg9H-tcvK-vwdM2PilKlBqcLUIbvdG7YI&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6b398d740f24f5f3d82bba9c41d8a9a4&oe=61AF36E7\",\"caption\":\"In the kitchen with my favorite locally hand poured candles. \\ud83e\\udd70 \\n\\nI can see @brenda.paye and I changing lives together. \\ud83d\\ude0d\",\"id\":\"17946219697545830\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-08T23:59:46+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTlHivcL3MK\\/\"}','241400334_376713730497808_5213735195322978279_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(101,'2021-09-16 04:43:26','17919465010841946','2021-08-20 01:17:29','2021-08-20 01:17:29','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/239967675_193045826086165_4746842595785061142_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=dEJnocFi0_IAX_2VgHe&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=dd720db8259897d953b0d3ca4153e539&oe=61AFDE6B\",\"caption\":\"I\'ve been busy! Busy finding perspective in this newest chapter of my life. Busy learning things, sometimes the hard way. Ok, a lot of times the hard way. Lol! \\n\\nBut I\'ve chosen to see and receive these lessons as opportunity for growth, and as I do so new opportunities present themselves. \\n\\nToday one of those opportunities was being introduced by my Aunt @everygirlcreates to a group of phenomenal, to say the least, women of color in philanthropy. I was invited to present to them a yoga offering that went along with their theme of self care. \\n\\nPreparing for this opportunity brought me a little bit of anxiety, some humility, a handful of lessons learned.\\n\\nBut most of all, it opened doors to opportunities for growth in every facet of my life and an abundance of gratitude. And that is the perspective I\'m choosing to carry forward with me in this journey!\\n\\n \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17919465010841946\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-08-20T01:17:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSxwiaeIcm0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/239967675_193045826086165_4746842595785061142_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=dEJnocFi0_IAX_2VgHe&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=dd720db8259897d953b0d3ca4153e539&oe=61AFDE6B\",\"id\":\"17914756087924773\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-20T01:17:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSxwiT5IcdS\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/239246945_212289637526039_8075889836446151227_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=VVhKPWu_aAAAX-In0CT&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a9433108b06a08701ed7382be573c999&oe=61AE5314\",\"id\":\"17859399677565528\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-20T01:17:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSxwiT4I4lm\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/239901024_360163552385819_1055724196749461851_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=GDdDoHoSP2QAX-z3FKE&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=f75eb0d1c595b04a6591fed423f8b45b&oe=61AEE334\",\"id\":\"17926609654737589\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-08-20T01:17:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CSxwiT5omzd\\/\"}]}}','239967675_193045826086165_4746842595785061142_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(102,'2021-09-16 04:43:28','17958066682496367','2021-09-14 18:30:57','2021-09-14 18:30:57','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/242108134_363881918796513_30345995095674336_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=oV63QaLvBJcAX8CJ9xs&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6a90913bef2a93b1138fa8856548d03c&oe=61B01C08\",\"caption\":\"Join me and @ericaowenswellness\\nat @massagearkansas this Friday evening! \\n\\nRestorative Yoga along with soulful good samplings. Feed your body and your soul! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nhttps:\\/\\/www.eventbrite.com\\/e\\/feed-your-soul-yoga-tickets-159729993711\",\"id\":\"17958066682496367\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-09-14T18:30:57+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTz-rqnrQ46\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/242108134_363881918796513_30345995095674336_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=oV63QaLvBJcAX8CJ9xs&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6a90913bef2a93b1138fa8856548d03c&oe=61B01C08\",\"id\":\"17988294199376260\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-14T18:30:57+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTz-rnurfTW\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/241975309_382250316960958_8649721118519466948_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=1QWdI8WWWPAAX9LOpko&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=3a5c1823223cb7d95af978b4af1dca58&oe=61AEB120\",\"id\":\"17889315836393196\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-14T18:30:57+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTz-rnsrV1k\\/\"}]}}','242108134_363881918796513_30345995095674336_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(103,'2021-09-16 13:08:14','17932087264656246','2021-09-01 13:41:02','2021-09-01 13:41:02','{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/241145473_221947916560854_1132353466068241492_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=BCRPs2-EOc8AX9h6Tvo&_nc_ht=scontent-ort2-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a26508d2c0802adb7a16b385a94eadbf&oe=61478E39\",\"caption\":\"Affirmation today...\\n\\n\\\"In this season everything for me comes easily and effortlessly.\\\"\\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17932087264656246\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-01T13:41:02+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CTR_K12rzhx\\/\"}','241145473_221947916560854_1132353466068241492_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-17'),(104,'2021-09-25 23:15:13','17846624567652833','2021-09-25 16:51:14','2021-09-25 16:51:14','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/242752728_255747909886992_7010254826936860521_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=zojB9iHqv4IAX-hmmWh&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=dfafd275387c87da4f9e54ea079326ec&oe=61AC8FC6\",\"caption\":\"Afternoon snack! \\n\\nUmm ok, I need a nap now. \\ud83d\\ude0c\",\"id\":\"17846624567652833\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-25T16:51:14+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUQIA8iLuE2\\/\"}','242752728_255747909886992_7010254826936860521_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(105,'2021-09-25 23:15:15','18170747560085632','2021-09-23 14:40:10','2021-09-23 14:40:10','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/242624065_1189612698218434_4810146897016587588_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=aVAemPhb-P4AX8lnfJp&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=291e98f5587b822bbcc0db857d0c298e&oe=61549AA7\",\"caption\":\"Registration is currently open!\\n\\n 2 spots left for Monday 4:30! \\n\\n5 spots left for Tuesday 5:00 p.m.!\\n\\nSee original post for more details, and\\/or contact me via:\\n\\nDirect Message - IG or FB\\nEmail: LightandLotusyoga@gmail.com\\nPhone: 501-301-0598\\n\\nPlease share this post and opportunity for others who may be interested! \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18170747560085632\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-23T14:40:10+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUKvbQbLrWT\\/\"}','242624065_1189612698218434_4810146897016587588_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.19,1,'2021-12-02'),(106,'2021-10-10 11:16:01','18133429126238530','2021-10-06 13:56:41','2021-10-06 13:56:41','{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/244636065_1269765173465738_3358085465491045009_n.webp.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=-eNtogBinVkAX8imn9U&_nc_ht=scontent-ort2-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=25040f9beca237778fcdee61772c325b&oe=616870AC\",\"caption\":\"My friend Lydia @loveyogalr has two spots open for this retreat! She has two people have to back out, so getting in on this trip is a treat! Make sure you reach out to @lydiadelsol for details!\\n\\nI wish I could go personally! \\ud83e\\udd17\",\"id\":\"18133429126238530\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-06T13:56:41+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUsIyG6LpVA\\/\"}','244636065_1269765173465738_3358085465491045009_n.webp','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(107,'2021-10-10 11:16:03','17894075507489574','2021-09-30 14:24:51','2021-09-30 14:24:51','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/243821046_1801795603362607_7589640284447236579_n.webp.jpg?_nc_cat=103&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=CuTU3fbTxekAX9JbIp7&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=259f4abd3b66ecc2b464a7d461f0901c&oe=61ACAB41\",\"caption\":\"\\ud83e\\udd73 As you all may or may not know, @lightandlotusyoga will be offering Children\'s Yoga this fall!!! We are very excited to bring this to you and your families! \\ud83e\\uddd2\\ud83c\\udffd\\ud83e\\uddd2\\ud83d\\udc67\\ud83c\\udffe\\ud83d\\udc67\\ud83c\\udffc\\n\\n\\u2757\\u2757 HOWEVER, it has occurred to us that the dates October 11 & October 12, the scheduled dates for these classes to begin, may conflict with some of thr activities you are already participating in. \\ud83d\\ude43\\u2757\\u2757\\n\\nTherefore, in effort to best serve you all, I\'d like to hear from you!! Tell me:\\n\\n* What activities are you in already that you love!?\\n\\n*When will those seasonal activities wrap up? \\n\\n*What days work best for your family?\",\"id\":\"17894075507489574\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-30T14:24:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUcvPH3LrX2\\/\"}','243821046_1801795603362607_7589640284447236579_n.webp','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(108,'2021-10-11 09:40:29','17847492563658100','2021-10-10 16:45:04','2021-10-10 16:45:04','{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/244724957_298101651812139_8551986874063297862_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=Wb8_BPlbRqgAX-AM5M7&_nc_ht=scontent-ort2-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6800fa1f39d14b623ffef16b66daac21&oe=61682B6B\",\"caption\":\"Some times as an instructor I forget to remind my students, or \\\"give them permission\\\" to stop and rest whenever they feel the need, and recognize that it is OKAY to do so. If I don\'t say it they often feel the need to keep pushing, or ultimately just burn out and come to their knees in exhaustion, seeming almost defeated. \\n\\nSo much of what happens on the mat reflects our walks of life outside of the mat. \\n\\nI hope you find rest today, Happy Sunday! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\\n\\nPic Repost @unrulyascetic\",\"id\":\"17847492563658100\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-10T16:45:04+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CU2vO7nLdD1\\/\"}','244724957_298101651812139_8551986874063297862_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(109,'2021-10-20 01:22:42','17922354202903352','2021-10-19 14:27:51','2021-10-19 14:27:51','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/246957526_1524591734574312_443519722084683819_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=BX3pPv0lfKgAX-V5KOo&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=d6ffd15d492e9c317a266943d8c0374f&oe=61748FDB\",\"caption\":\"Yoga and Brunch is FREE to Educators! Please head over to the Pulaski Youth Services FB page or Website to sign up and join us this Saturday! \\ud83e\\udde1\\n\\nHealthy for the Holidays starts TODAY!!! Today and the next 4 Tuesdays at 5:30 p.m. we will be hosting a virtual session where you will meet with a Health and Wellness Professional to learn tips and tricks to make this Holiday season a breeze! $25 one time purchase to attend all 5 sessions. \\n\\n\\u2757\\u2757Arkansas Care Village is sponsoring 1 FREE ticket to Healthy for the Holdiays! See details in the comments! \\u2757\\u2757\",\"id\":\"17922354202903352\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-10-19T14:27:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVNqrySrwoV\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/246957526_1524591734574312_443519722084683819_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=BX3pPv0lfKgAX-V5KOo&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=d6ffd15d492e9c317a266943d8c0374f&oe=61748FDB\",\"id\":\"17870939651601428\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-19T14:27:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVNqruqrENA\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/247075360_861530414528787_7628527350768265188_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=gCrqQZV1VTwAX9yxKm5&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=20c9f86b9e90f3dd521350123bc46b3f&oe=61744FC9\",\"id\":\"17863085171592533\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-19T14:27:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVNqrukrGYj\\/\"}]}}','246957526_1524591734574312_443519722084683819_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-11-25'),(110,'2021-10-21 19:11:34','17894548250274623','2021-09-29 22:27:56','2021-09-29 22:27:56','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/244025242_977691549446875_7774884376815134421_n.webp.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=3KJPXluOMQQAX_fqFOM&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a022871a7af3d614fc1d2b6b5377d571&oe=617721C2\",\"caption\":\"Caught my little one taking a second to center herself... before gleefully leaping off of the  couch. Lol! \\n\\nWhats your little\'s favorite yoga practice???\",\"id\":\"17894548250274623\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-09-29T22:27:56+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUbBughLoPi\\/\"}','244025242_977691549446875_7774884376815134421_n.webp','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(111,'2021-10-21 20:26:35','17885557220422753','2021-10-14 18:54:04','2021-10-14 18:54:04','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/245801158_1018876345616020_8624325666273843560_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=jaFPRXlFvY4AX9U0_Vx&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=a015ed6b4445e11587c38b397a71d295&oe=61762BB0\",\"caption\":\"I\'ll be joining a team of amazing ladies via @massagearkansas \' Virtual event, Healthy for the Holidays! \\n\\nIts a 5 week series, meeting Tuesday evenings at 5:30 virtually. We\'ll have a different wellness professional present ways in which we can get through the Holidays with as little stress as possible and keeping ourselves healthy. \\n\\nMy session will be covering a few stretches and breathing techniques you can do on the go for when times get tense. \\n\\nSign up via Eventbrite!\",\"id\":\"17885557220422753\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-14T18:54:04+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVBRLK0LFfg\\/\"}','245801158_1018876345616020_8624325666273843560_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-12-02'),(112,'2021-10-28 19:26:30','17899514990204577','2021-10-18 12:33:49','2021-10-18 12:33:49','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/245809472_426954358808907_2430293798991005490_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=7jVgSRtRezAAX_IYJc7&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=7a82c30935f05417a4a491574674d091&oe=617F99F7\",\"caption\":\"Happy Monday! If you don\'t do anything else today take a moment to reflect over what brings you joy. \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17899514990204577\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-18T12:33:49+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVK41qJLFBi\\/\"}','245809472_426954358808907_2430293798991005490_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-29'),(113,'2021-10-28 19:26:31','18188552179124798','2021-10-19 03:13:12','2021-10-19 03:13:12','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/246508719_1241417679705974_4735613977461930355_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=oy6QrC8NmX4AX-56mNy&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=c38c0c59fb8544ca69dadcd40c646e1f&oe=617FA741\",\"caption\":\"If you\'re not ending your night with a lavender eye pillow, you\'re not doing it right... lol! J\\/k as long as its your peaceful preference, you\'re doing great! \\n\\nBut before I turn in, I just wanted to tell you that I led a private yoga session today with a 95 yr old woman... 95! And today was her FIRST time doing yoga, EVER! \\ud83e\\udd2f\\n\\nTalk about putting the pressure on. \\ud83d\\ude43 Anyway, I told her \\\"there\'s a first time for everything\\\" and in response she said... \\\"it\'s never too late for anything!\\\" \\n\\nSo um... if you wanna try yoga I\'d be honored to be your first instructor, its never too late! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18188552179124798\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-19T03:13:12+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVMdebYNg-5\\/\"}','246508719_1241417679705974_4735613977461930355_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-25'),(114,'2021-10-30 14:52:28','18256865812057084','2021-10-06 23:36:36','2021-10-06 23:36:36','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/244437186_247670703839509_741499166273823534_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=4qRU-TXBdukAX8oTbua&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=8f9ba770701d5603c051b8c482bc508f&oe=618194E5\",\"caption\":\"Here is yet another amazing Yoga Opportunity! Local love! \\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\\n\\n#Repost @wlryoga @download.ins\\n---\\nJoin us this Sunday at @wildwoodparkforthearts for the first ever @lryogafest! Like, share, and comment for your chance to win 2 tickets! We\'ll randomly choose a winner on Wednesday evening at 6. Good luck! \\ud83e\\udd1e\\n\\nWe\'re also doing this giveaway on FB, so comment on our post there for an additional entry.\\n\\n#yoga #littlerockyoga #yogacommunity #lryogafest\",\"id\":\"18256865812057084\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-06T23:36:36+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CUtLJmoNNnw\\/\"}','244437186_247670703839509_741499166273823534_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(115,'2021-10-30 14:52:29','18190137130130411','2021-10-30 13:13:03','2021-10-30 13:13:03','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/250784396_565087194585224_4184506271908369940_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=ITAOwk6QrNIAX_IduvM&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=6f9543fe1e82723ecc0d49b42a38b654&oe=618242C8\",\"caption\":\"A lot of people don\'t realize our bodies keep memories of emotions we experience, and we can actually end up unknowingly carrying heavier loads on our bodies than we think. This is why yoga and mindfulness is valuable to me, it allows me to slow down and feel my body in a way I wouldn\'t usually throughout my day. This is why when people stretch and open their bodies they find themselves having an actual emotional release within their practice. Its not a cure for whatever traumas or pains you have, but its a gentle and valuable aid to have in your toolbox when you\'re up against everything else.\",\"id\":\"18190137130130411\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-30T13:13:03+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVp23iIL_HZ\\/\"}','250784396_565087194585224_4184506271908369940_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-12'),(116,'2021-11-09 05:03:45','18000714001371030','2021-10-16 13:33:32','2021-10-16 13:33:32','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/245696611_155807756765381_1551964860654827381_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=9zBj5bqDAtQAX_kh5Mj&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=1d41207ce86a40430768ac47d4d4d8cf&oe=61AFAAC7\",\"caption\":\"\\\"It is our duty to fight for our freedom.\\n\\nIt is our duty to win.\\n\\nWe must love each other and support each other.\\n\\nWe have nothing to lose but our chains.\\u201d \\n\\n-Assata Shakur \\n\\nAs it is our duty to fight for our physical (body) freedom, it is our duty to fight for our mind\'s, and spirit\'s freedom. Experiencing what it is to be awake to truth can honestly be a chaotic feeling. When the desire you have to free others from the chains of ignorance burns brighter than any man made flame, it can be frightening to others who can only feel the heat. So they try to contain it, they try to put it out, extinguish it. \\n\\nWe know this of @dawnski_ \'s experience as she is bold, her flame burns deep, and the truth she unapologetically speaks feels hurtful to those of us who are still in bondage. But it is from nothing more than a place of self love and that love overflows in a way that wishes to cover us all. \\n\\nI see her, I appreciate her, and I support her.\\n\\nTherefore, @lightandlotusyoga and ally @loveyogalr are coming together to pour love and light into our sister. This yoga offering is for everyone who wishes to do the same for Dawn and for themselves. \\n\\nDonation based, all funds will be forwarded to Dawn and family. \\n\\n\\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"18000714001371030\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-16T13:33:32+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVF2FVsrK0E\\/\"}','245696611_155807756765381_1551964860654827381_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-12-03'),(117,'2021-11-10 15:17:00','17947625149527581','2021-11-02 23:11:43','2021-11-02 23:11:43','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/251222322_2039412719549109_5239133182777220170_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=rXAcY1l--uEAX-fvPZf&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=729a4c327eff5deec98c06de810bc0a5&oe=619093FB\",\"caption\":\"Goin this challenge with my studio home! \\ud83e\\udd70\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\\n\\n#Repost @wlryoga @download.ins\\n---\\nWe want you to make #gratitude and #yoga a part of your regular routine, so we\'ve set up an IG challenge to help you develop this habit.\\n\\nEach day in November, you\'ll do sun salutations. As you do one, focus on something you\'re thankful for. Here\'s the challenging part -- you\'ll do one sun salutation per date. So on November 1, you\'ll do one. On November 2, you\'ll do two sun salutations and think about two things you\'re grateful for. On the 3rd, three, and so on until November 30, when you\'ll have worked your way up to 30 sun salutations and 30 things you\'re thankful for.\\n\\nYou can do any variation of sun salutations -- honor whatever your body needs each day.\\n\\nAnd we\'re going to reward you for participating! To be eligible to win, just take a pic or video of your gratitude practice each day, and share it on IG in your stories or on your feed. You MUST tag @wlryoga on your post AND use the hashtag #wlrygratitudechallenge. (That\'s how we track who\'s participating.) Everyone who posts at least 21 days in November will win a prize! And those who post all 30 days will be entered to win our grand prize -- a $50 studio gift certificate!\\n\\n(Prizes cannot be shipped, so all prize winners must be able to pick up at our studio in Little Rock. The grand prize gift certificate is transferrable, and can be used toward any purchase at our studio.)\",\"id\":\"17947625149527581\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-02T23:11:43+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVypw8cLOCL\\/\"}','251222322_2039412719549109_5239133182777220170_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(118,'2021-11-16 04:18:04','18170078944161583','2021-11-16 03:38:34','2021-11-16 03:38:34','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/256880809_1521351448228347_3886433176675728174_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=qBI-K_TT81sAX-NYJp0&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=79f3976595d523247a2b86548318272a&oe=619776D1\",\"id\":\"18170078944161583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:38:34+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmowVtipR\\/\"}','256880809_1521351448228347_3886433176675728174_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(119,'2021-11-16 04:18:05','17925737764840576','2021-11-16 03:40:01','2021-11-16 03:40:01','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/258092752_411347213813201_4869734163656970874_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=j39xtHcOx38AX9U3cI-&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=b0edcd57714850ad86b34a34a0ccfe73&oe=61974D5B\",\"id\":\"17925737764840576\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:40:01+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmzXkNCEH\\/\"}','258092752_411347213813201_4869734163656970874_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(120,'2021-11-16 04:18:06','17881864541585348','2021-11-16 03:39:50','2021-11-16 03:39:50','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/257164947_4712454495483153_5303568042123536932_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=2ZDX63t_flIAX_ScUpy&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=ba5c27bb57978e425483d1f1ab33a72e&oe=61974A05\",\"id\":\"17881864541585348\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:39:50+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmyEdtSG-\\/\"}','257164947_4712454495483153_5303568042123536932_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-23'),(121,'2021-11-19 21:54:23','17942401081654309','2021-11-16 03:39:36','2021-11-16 03:39:36','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/256662385_945421866412001_448381399275828114_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=npdeAtLmekMAX-3nFVm&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=8a858cc2cb72a1861fafc8c08e4dba5d&oe=619DFA4F\",\"id\":\"17942401081654309\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:39:36+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmwS7NTWV\\/\"}','256662385_945421866412001_448381399275828114_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-19'),(122,'2021-11-23 13:30:09','17902492520222125','2021-11-16 03:39:22','2021-11-16 03:39:22','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/257558845_588440849149979_1166592303080032097_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=bDoE5l5H2qUAX8Txzuh&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=bf2b2afa07e662595037270b7a5e624c&oe=61A29E60\",\"id\":\"17902492520222125\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:39:22+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmuqvN2aD\\/\"}','257558845_588440849149979_1166592303080032097_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(123,'2021-11-23 13:30:10','17913397622095852','2021-10-21 19:59:43','2021-10-21 19:59:43','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/247815066_282961987022855_2175134528005760831_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=YITaUN_0PEAAX8afNvV&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=aa3397e12e709e02a97d2f44b70c7ae3&oe=61AE9774\",\"caption\":\"In case you\'ve ever wondered... Raccoons enjoy yoga as well. Lol \\ud83d\\ude29\",\"id\":\"17913397622095852\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-21T19:59:43+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVTaQLnLy2c\\/\"}','247815066_282961987022855_2175134528005760831_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(124,'2021-11-27 16:42:19','17907716006268958','2021-11-16 03:38:19','2021-11-16 03:38:19','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/256879983_949007882632837_5491806163017899594_n.jpg?_nc_cat=102&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=rQWQzsJKNQ4AX_0bmcU&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=327a4ccbe4a87566c0fc697c776ca9d8&oe=61A7968A\",\"id\":\"17907716006268958\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:38:19+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmm6KNH4D\\/\"}','256879983_949007882632837_5491806163017899594_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-27'),(125,'2021-11-27 16:42:20','17922382192963254','2021-11-16 03:38:46','2021-11-16 03:38:46','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/258035974_682928979353467_6413375536113329179_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=D4XPdrR6hXQAX8tpsBn&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=31718606743f98a961e1521a10a45e7c&oe=61A7A179\",\"id\":\"17922382192963254\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:38:46+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmqSDtMbA\\/\"}','258035974_682928979353467_6413375536113329179_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-11-27'),(126,'2021-11-27 16:42:21','18172143166165848','2021-11-16 03:38:58','2021-11-16 03:38:58','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/257459760_877322482985295_9196024791073459665_n.jpg?_nc_cat=111&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=1BqCTJZ6-wMAX9rYijE&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=cb77d2dc25951f2bb4384b0c2b642afd&oe=61A808BC\",\"id\":\"18172143166165848\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-16T03:38:58+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CWUmrvvN0Hk\\/\"}','257459760_877322482985295_9196024791073459665_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(127,'2021-12-01 02:51:58','18214176289099863','2021-11-28 16:58:49','2021-11-28 16:58:49','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261105754_951488728831173_4779519748408310892_n.jpg?_nc_cat=110&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=uA3VigTrnK0AX8fcu8k&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=8d3b98a33271374bfec5f68c9be610f7&oe=61AB7613\",\"id\":\"18214176289099863\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T16:58:49+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW07whRLLGl\\/\"}','261105754_951488728831173_4779519748408310892_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(128,'2021-12-01 02:51:59','18019152940317387','2021-11-28 17:00:23','2021-11-28 17:00:23','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261983961_1252164375280117_4674070195791936495_n.jpg?_nc_cat=104&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=o9dvYuCFDbMAX_ZUtPH&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=504c176ee97b4f447a97721f8373865c&oe=61AB9A7D\",\"id\":\"18019152940317387\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T17:00:23+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW077-krhJ6\\/\"}','261983961_1252164375280117_4674070195791936495_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-01'),(129,'2021-12-01 02:52:00','17912212121184715','2021-11-30 15:40:07','2021-11-30 15:40:07','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261797672_695406311844239_7342443517098074439_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=1TEvrJYqWaAAX81f0bg&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=0dae173c504baf3b89f781863533d59a&oe=61AC72C2\",\"caption\":\"I\'m so excited to announce ONE of my newest offerings!! \\n\\nBeginning THIS WEEK I\'ll be offering \\\"Lunchbreak Yoga Sessions\\\" for FREE* in Downtown Little Rock, right in the River Market District. \\ud83e\\udd17\\ud83e\\udd17\\ud83e\\udd17 (Beginner\\/All Levels)\\n\\nThere will be TWO 30 minute options \\nFirst Session: 11:30 a.m.\\nSecond Session: 12: 30 a.m. \\n\\nLocation: 120 River Market Ave, Little Rock, AR 72201; 3rd Floor\\n\\nLike and Follow my FB page and sign up via the FB Event!\",\"id\":\"17912212121184715\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-30T15:40:07+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW58V0Sr4l7\\/\"}','261797672_695406311844239_7342443517098074439_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(130,'2021-12-02 06:39:55','17941130110668154','2021-11-28 16:59:29','2021-11-28 16:59:29','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261944853_636657124433336_5155094799013674880_n.jpg?_nc_cat=106&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=gknWsIi3LRkAX9obnYn&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=94cd98453ccdfc034dfac8375b404866&oe=61AD14AB\",\"id\":\"17941130110668154\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T16:59:29+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW071T5rBRy\\/\"}','261944853_636657124433336_5155094799013674880_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-02'),(131,'2021-12-03 02:45:09','17853855476644473','2021-11-28 16:59:48','2021-11-28 16:59:48','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261815881_595495251673330_7292904571179247551_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=qBudKOwTof0AX-kkoMD&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=0dcfb730cd2bee71675685e3eed9c231&oe=61ADD8DE\",\"id\":\"17853855476644473\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T16:59:48+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW073oAL60d\\/\"}','261815881_595495251673330_7292904571179247551_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(132,'2021-12-03 02:45:10','17985617248421181','2021-11-28 17:00:08','2021-11-28 17:00:08','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/262012935_611635346837375_4220567294211215690_n.jpg?_nc_cat=109&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=LJxO0mlDQDkAX9ksRcJ&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=002f3c2fac09569d6c0e57268a08ac9a&oe=61ADA8BD\",\"id\":\"17985617248421181\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T17:00:08+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW076FOLX2I\\/\"}','262012935_611635346837375_4220567294211215690_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(133,'2021-12-03 16:50:04','17919415766036887','2021-11-28 17:00:51','2021-11-28 17:00:51','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261635695_486184222703146_7733913179105591272_n.jpg?_nc_cat=101&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=e_OCplz2fPIAX-JPJPQ&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=f90f18f3862694997e762ff4c41e4fe9&oe=61AFA3BB\",\"id\":\"17919415766036887\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T17:00:51+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW07_VEL_9w\\/\"}','261635695_486184222703146_7733913179105591272_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(134,'2021-12-03 16:50:05','17890189292457378','2021-12-02 23:50:19','2021-12-02 23:50:19','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/263004081_3041427576126068_4029188176651790833_n.jpg?_nc_cat=105&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=qNhXHgmOa38AX8AU7YD&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=2338ce7c5a80dab4f5e472eecefafc72&oe=61AF7BC9\",\"caption\":\"Its always a gift and a pleasure to get to practice with @taneshayoga\\n\\ud83e\\udd70 She both inspires and encourages my practice in so many ways!  Follow her page and check out her most recent video. Incorporating blocks in every practice is a goal of mine, so she took the time to show me how she teaches and practices with hers. \\ud83e\\udd17\\n\\n#Repost @taneshayoga @download.ins\\n---\\nI\\u2019ve added more classes to my YouTube page.  Please note, these are NOT professional quality videos.  BUT, if you can\\u2019t make an in person class, I hope you find a video that works for you. During the holidays, we all need a little more yoga! Check out the new 30 minute morning sequence and yoga with blocks sequence with @lightandlotusyoga \\ud83d\\udc9a\",\"id\":\"17890189292457378\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-12-02T23:50:19+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW_-B3tLEKH\\/\"}','263004081_3041427576126068_4029188176651790833_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03'),(135,'2021-12-03 17:10:50','17927144047870832','2021-10-24 18:35:31','2021-10-24 18:35:31','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/248795348_1489848688045782_577285380049185912_n.jpg?_nc_cat=107&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=neTVbtHaMLUAX-lO77x&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=cd40f81a2b41e4e2a3c963ed1205b991&oe=61AED47A\",\"caption\":\"Today is the day! @lydiadelsol and I will be leading a donation based yoga session together in effort to support  @dawnski_ !\\n\\n This means you can expect for a portion of our practice to be led by Lydia and the other portion to be lead by me. Together our hope and intentions are to send love and light our sister, while also creating space for those who participate to receive love and light for themselves.\\n\\nWe have received donations from those who wish to support Dawn but are unable to attend. You all are more than welcome to do the same. \\ud83d\\ude4f\\ud83c\\udffc\\n\\nLooking forward to seeing you all! \\ud83e\\udde1\\u2600\\ufe0f\\ud83c\\udf3a\",\"id\":\"17927144047870832\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-10-24T18:35:31+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CVa_AEFLPgU\\/\"}','248795348_1489848688045782_577285380049185912_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-12-03'),(136,'2021-12-03 17:10:51','17970225076480392','2021-11-28 17:00:35','2021-11-28 17:00:35','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/261096773_476096247272647_6941462195959499915_n.jpg?_nc_cat=100&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=DzigUMbcwKQAX96L1nk&_nc_ht=scontent-atl3-1.cdninstagram.com&edm=ANo9K5cEAAAA&oh=e454f9fb3f3c886d09fda910be44743d&oe=61B02DCE\",\"id\":\"17970225076480392\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-11-28T17:00:35+0000\",\"username\":\"lightandlotusyoga\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CW079Y0LFA8\\/\"}','261096773_476096247272647_6941462195959499915_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-12-03');
/*!40000 ALTER TABLE `wp_sbi_instagram_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(16,16,0),(143,17,0),(144,17,0),(145,17,0),(146,17,0),(147,17,0),(189,17,0),(217,20,0),(263,19,0),(263,21,0),(265,17,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,15,'product_count_product_cat','0'),(2,19,'order','0'),(3,19,'product_count_product_cat','1');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'page','page',0),(17,'Primary Menu','primary-menu',0),(18,'phive_booking','phive_booking',0),(19,'Yoga Classes','yoga-classes',0),(20,'section','section',0),(21,'booking','booking',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','eessel'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','custom_admin_pointers13_4_2_new_items,custom_admin_pointers13_4_3_new_items'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','312'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"144.30.199.0\";}'),(19,1,'_woocommerce_tracks_anon_id','woo:b2proLOytV7e7Xu49dG/+YNX'),(20,1,'last_update','1627874043'),(21,1,'woocommerce_admin_activity_panel_inbox_last_read','1627874027057'),(22,1,'wc_last_active','1631059200'),(23,1,'_order_count','0'),(26,1,'header-footer-elementor-rating','delayed-notice'),(27,1,'wp_user-settings','editor=tinymce&libraryContent=upload'),(28,1,'wp_user-settings-time','1631114272'),(29,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\";}'),(30,1,'metaboxhidden_nav-menus','a:5:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-product_cat\";i:4;s:15:\"add-product_tag\";}'),(32,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(33,1,'nav_menu_recently_edited','17'),(36,1,'dismissed_no_secure_connection_notice','1'),(41,1,'bookly_services_table_settings','a:2:{s:5:\"order\";a:0:{}s:6:\"filter\";a:1:{s:8:\"category\";s:0:\"\";}}'),(44,1,'bookly_staff_members_table_settings','a:2:{s:5:\"order\";a:0:{}s:6:\"filter\";a:3:{s:10:\"visibility\";s:0:\"\";s:8:\"archived\";s:1:\"0\";s:8:\"category\";s:0:\"\";}}'),(51,1,'session_tokens','a:1:{s:64:\"5677e54b0427231d9fb640436d679aed75b5e81425c269fb165adc78183975f2\";a:4:{s:10:\"expiration\";i:1632323871;s:2:\"ip\";s:14:\"144.30.199.147\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36\";s:5:\"login\";i:1631114271;}}'),(53,1,'sbi_ignore_new_user_sale_notice','always'),(54,2,'nickname','chelsea.hudspeth'),(55,2,'first_name','Chelsea'),(56,2,'last_name','Hudspeth'),(57,2,'description',''),(58,2,'rich_editing','true'),(59,2,'syntax_highlighting','true'),(60,2,'comment_shortcuts','false'),(61,2,'admin_color','fresh'),(62,2,'use_ssl','0'),(63,2,'show_admin_bar_front','true'),(64,2,'locale',''),(65,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(66,2,'wp_user_level','10'),(67,2,'dismissed_wp_pointers',''),(68,2,'last_update','1630287991');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'eessel','$P$BmWUgQIk79UAkbgbJLahwM/84.8DtU1','eessel','ekow@esselwebdesign.com','http://lightandlotusyoga.calvarycrossag.com','2021-04-26 13:37:30','',0,'eessel'),(2,'chelsea.hudspeth','$P$B8Hdq4GyN75nr2FU6E5slTwCu4qVGh.','chelsea-hudspeth','chelseabetts89@gmail.com','','2021-08-30 01:46:31','1630287991:$P$B3tNO89BxSW4ErWKdY3XxgpWMzq9Br.',0,'Chelsea Hudspeth');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_admin_note_actions`
--

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

--
-- Dumping data for table `wp_wc_admin_note_actions`
--

LOCK TABLES `wp_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_note_actions` VALUES (1,1,'connect','Connect','?page=wc-addons&section=helper','unactioned',0,'',NULL,NULL),(2,2,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin','actioned',0,'',NULL,NULL),(20,19,'visit-the-theme-marketplace','Visit the theme marketplace','https://woocommerce.com/product-category/themes/?utm_source=inbox','actioned',0,'',NULL,NULL),(21,20,'affirm-insight-first-product-and-payment','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(39,21,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,'',NULL,NULL),(40,22,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/','actioned',1,'',NULL,NULL),(41,23,'open-marketing-hub','Open marketing hub','http://lightandlotusyoga.calvarycrossag.com/wp-admin/admin.php?page=wc-admin&path=/marketing','actioned',0,'',NULL,NULL),(42,24,'add-first-product','Add a product','http://lightandlotusyoga.calvarycrossag.com/wp-admin/admin.php?page=wc-admin&task=products','actioned',0,'',NULL,NULL),(43,25,'learn-more','Learn more','https://docs.woocommerce.com/document/managing-products/?utm_source=inbox','actioned',0,'',NULL,NULL),(61,26,'tracking-opt-in','Activate usage tracking','','actioned',1,'',NULL,NULL),(79,27,'share-feedback','Share feedback','https://automattic.survey.fm/store-setup-survey','actioned',0,'',NULL,NULL),(80,28,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(81,28,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback',NULL,NULL),(1356,46,'learn-more','Learn more','https://docs.woocommerce.com/document/variable-product/?utm_source=inbox','actioned',0,'',NULL,NULL),(1861,47,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,'',NULL,NULL),(2834,48,'learn-more','Learn more','https://woocommerce.com/payments/','unactioned',0,'',NULL,NULL),(2835,48,'get-started','Get started','http://lightandlotusyoga.com/wp-admin/admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(4603,49,'update-db_run','Update WooCommerce Database','https://lightandlotusyoga.com/wp-admin/post.php?post=138&action=elementor&do_update_woocommerce=true','unactioned',1,'wc_db_update','wc_db_update','wc_db_update_nonce'),(4604,49,'update-db_learn-more','Learn more about updates','https://docs.woocommerce.com/document/how-to-update-woocommerce/','unactioned',0,'',NULL,NULL),(4864,50,'mercadopago_q3_2021_EN','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox&utm_medium=product&utm_campaign=mercadopago_q3_2021_EN','actioned',1,'',NULL,NULL),(6385,52,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(7226,41,'wayflyer_q3_2021','Get funded','https://woocommerce.com/products/wayflyer/','actioned',1,'',NULL,NULL),(7227,38,'eu_vat_changes_2021','Learn more about the EU tax regulations','https://woocommerce.com/posts/new-eu-vat-regulations','actioned',1,'',NULL,NULL),(7228,3,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,'',NULL,NULL),(7229,4,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=&section=changelog','actioned',1,'',NULL,NULL),(7230,5,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,'',NULL,NULL),(7246,30,'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,'',NULL,NULL),(7262,51,'learn-more','Learn more','https://woocommerce.com/products/bbpos-chipper2xbt-card-reader?utm_source=inbox&utm_medium=product&utm_campaign=bbpos-chipper-launch','unactioned',1,'',NULL,NULL),(7355,11,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales','actioned',1,'',NULL,NULL),(7356,12,'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,'',NULL,NULL),(7357,13,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','actioned',1,'',NULL,NULL),(7358,13,'learn-more','Learn more','https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay','actioned',1,'',NULL,NULL),(7359,14,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales','actioned',1,'',NULL,NULL),(7360,15,'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,'',NULL,NULL),(7615,54,'browse_extensions','Browse extensions','http://lightandlotusyoga.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(7616,55,'browse_extensions','Browse extensions','http://lightandlotusyoga.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(7997,56,'stripe_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(7998,57,'square_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(7999,58,'wcpay_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(8000,62,'browse_extensions','Browse extensions','https://lightandlotusyoga.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(8001,59,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/','actioned',1,'',NULL,NULL),(8002,60,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/','actioned',1,'',NULL,NULL),(8003,61,'wc_shipping_mobile_app_q4_2021','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/','actioned',1,'',NULL,NULL),(8004,6,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',1,'',NULL,NULL),(8005,7,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',1,'',NULL,NULL),(8006,8,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',1,'',NULL,NULL),(8007,9,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',1,'',NULL,NULL),(8008,10,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox','actioned',1,'',NULL,NULL),(8009,16,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox','actioned',1,'',NULL,NULL),(8010,17,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox','unactioned',1,'',NULL,NULL),(8011,18,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned',1,'',NULL,NULL),(8012,29,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned',1,'',NULL,NULL),(8013,32,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads','actioned',1,'',NULL,NULL),(8014,31,'update-wc-subscriptions-3-0-15','View latest version','https://lightandlotusyoga.com/wp-admin/admin.php?page=wc-admin&page=wc-addons&section=helper','actioned',1,'',NULL,NULL),(8015,33,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned',1,'',NULL,NULL),(8016,36,'get-woo-commerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(8017,37,'get-woocommerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(8018,39,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,'',NULL,NULL),(8019,40,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,'',NULL,NULL),(8020,42,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms','unactioned',1,'',NULL,NULL),(8021,42,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(8022,43,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms','unactioned',1,'',NULL,NULL),(8023,43,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(8024,44,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms','unactioned',1,'',NULL,NULL),(8025,44,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(8026,45,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms','unactioned',1,'',NULL,NULL),(8027,45,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(8028,53,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned',1,'',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_admin_notes`
--

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

--
-- Dumping data for table `wp_wc_admin_notes`
--

LOCK TABLES `wp_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_notes` VALUES (1,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2021-04-26 13:44:38',NULL,0,'plain','',0,'info'),(2,'wc-admin-onboarding-email-marketing','info','en_US','Sign up for tips, product updates, and inspiration','We\'re here for you - get tips, product updates and inspiration straight to your email box','{}','unactioned','woocommerce-admin','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(3,'paypal_ppcp_gtm_2021','marketing','en_US','Offer more options with the new PayPal','Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(4,'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-04-26 13:45:50',NULL,0,'plain','',0,'info'),(5,'facebook_ec_2021','marketing','en_US','Sync your product catalog with Facebook to help boost sales','A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(6,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(7,'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-04-26 13:45:50',NULL,0,'plain','',0,'info'),(8,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(9,'wc-admin-getting-started-in-ecommerce','info','en_US','Getting Started in eCommerce - webinar','We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(10,'your-first-product','info','en_US','Your first product','That\'s huge! You\'re well on your way to building a successful online store — now it’s time to think about how you\'ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(11,'wc-square-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(12,'wc-square-apple-pay-grow-your-business','marketing','en_US','Grow your business with Square and Apple Pay ','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(13,'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-04-26 13:45:50',NULL,0,'plain','',0,'info'),(14,'wcpay-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(15,'wcpay-apple-pay-grow-your-business','marketing','en_US','Grow your business with WooCommerce Payments and Apple Pay','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(16,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It\'s crucial to get your store\'s checkout as smooth as possible to avoid losing sales. Let\'s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(17,'wc-admin-first-five-things-to-customize','info','en_US','The first 5 things to customize in your store','Deciding what to start with first is tricky. To help you properly prioritize, we\'ve put together this short list of the first few things you should customize in WooCommerce.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(18,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2021-04-26 13:45:50',NULL,0,'plain','',0,'info'),(19,'wc-admin-choosing-a-theme','marketing','en_US','Choosing a theme?','Check out the themes that are compatible with WooCommerce and choose one aligned with your brand and business needs.','{}','unactioned','woocommerce-admin','2021-04-27 21:09:02',NULL,0,'plain','',0,'info'),(20,'wc-admin-insight-first-product-and-payment','survey','en_US','Insight','More than 80% of new merchants add the first product and have at least one payment method set up during the first week. We\'re here to help your business succeed! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2021-04-27 21:09:02',NULL,0,'plain','',0,'info'),(21,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','{}','unactioned','woocommerce-admin','2021-05-03 00:30:29',NULL,0,'plain','',0,'info'),(22,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2021-05-03 00:30:29',NULL,0,'plain','',0,'info'),(23,'wc-admin-marketing-intro','info','en_US','Connect with your audience','Grow your customer base and increase your sales with marketing tools built for WooCommerce.','{}','unactioned','woocommerce-admin','2021-05-03 00:30:29',NULL,0,'plain','',0,'info'),(24,'wc-admin-add-first-product-note','email','en_US','Store setup','Nice one, you’ve created a WooCommerce store! Now it’s time to add your first product.<br /><br />There are three ways to add your products: you can <strong>create products manually, import them at once via CSV file</strong>, or <strong>migrate them from another service</strong>.<br /><br /><a href=\"https://docs.woocommerce.com/document/managing-products/?utm_source=help_panel\">Explore our docs</a> for more information, or just get started!','{\"role\":\"administrator\"}','unactioned','woocommerce-admin','2021-05-03 00:30:29',NULL,0,'plain','http://lightandlotusyoga.calvarycrossag.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/images/admin_notes/openbox+purple.png',0,'info'),(25,'wc-admin-adding-and-managing-products','info','en_US','Adding and Managing Products','Learn more about how to set up products in WooCommerce through our useful documentation about adding and managing products.','{}','unactioned','woocommerce-admin','2021-05-03 00:30:29',NULL,0,'plain','',0,'info'),(26,'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://lightandlotusyoga.calvarycrossag.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','2021-05-04 01:54:56',NULL,0,'plain','',0,'info'),(27,'wc-admin-store-notice-giving-feedback-2','info','en_US','You\'re invited to share your experience','Now that you’ve chosen us as a partner, our goal is to make sure we\'re providing the right tools to meet your needs. We\'re looking forward to having your feedback on the store setup experience so we can improve it in the future.','{}','unactioned','woocommerce-admin','2021-05-17 02:26:53',NULL,0,'plain','',0,'info'),(28,'wc-admin-insight-first-sale','survey','en_US','Did you know?','A WooCommerce powered store needs on average 31 days to get the first sale. You\'re on the right track! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2021-05-17 02:26:53',NULL,0,'plain','',0,'info'),(29,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2021-05-17 02:26:54',NULL,0,'plain','',0,'info'),(30,'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-05-17 02:26:54',NULL,0,'plain','',0,'info'),(31,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site\'s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2021-06-01 12:33:21',NULL,0,'plain','',0,'info'),(32,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2021-06-07 13:47:38',NULL,0,'plain','',0,'info'),(33,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2021-06-10 13:44:45',NULL,0,'plain','',0,'info'),(34,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2021-06-13 04:15:09',NULL,0,'plain','',0,'info'),(35,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2021-06-13 04:15:09',NULL,0,'plain','',0,'info'),(36,'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-06-13 04:15:09',NULL,0,'plain','',0,'info'),(37,'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-06-13 04:15:09',NULL,0,'plain','',0,'info'),(38,'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.','{}','unactioned','woocommerce.com','2021-06-25 10:15:54',NULL,0,'plain','',0,'info'),(39,'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-06-25 10:15:54',NULL,0,'plain','',0,'info'),(40,'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.','{}','unactioned','woocommerce.com','2021-07-19 02:23:05',NULL,0,'plain','',0,'info'),(41,'wayflyer_q3_2021','marketing','en_US','Grow your revenue with Wayflyer financing and analytics','Flexible financing tailored to your needs by <a href=\"https://woocommerce.com/products/wayflyer/\">Wayflyer</a> – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer can provide the financing you need to grow and the analytical insights to help you spend it.','{}','pending','woocommerce.com','2021-07-19 02:23:07',NULL,0,'plain','',0,'info'),(42,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-19 02:23:07',NULL,0,'plain','',0,'info'),(43,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-19 02:23:07',NULL,0,'plain','',0,'info'),(44,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-19 02:23:07',NULL,0,'plain','',0,'info'),(45,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-19 02:23:07',NULL,0,'plain','',0,'info'),(46,'wc-admin-learn-more-about-variable-products','info','en_US','Learn more about variable products','Variable products are a powerful product type that lets you offer a set of variations on a product, with control over prices, stock, image and more for each variation. They can be used for a product like a shirt, where you can offer a large, medium and small and in different colors.','{}','unactioned','woocommerce-admin','2021-07-19 02:46:11',NULL,0,'plain','',0,'info'),(47,'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','2021-07-26 00:17:55',NULL,0,'plain','',0,'info'),(48,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with <strong>WooCommerce Payments</strong>.<br><br>By clicking \"Get started\", you agree to our <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>','{}','unactioned','woocommerce-admin','2021-08-02 13:44:48',NULL,0,'plain','',0,'info'),(49,'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','2021-08-30 00:42:00',NULL,0,'plain','',0,'info'),(50,'mercadopago_q3_2021_EN','marketing','en_US','Get paid with Mercado Pago Checkout','Latin America\'s leading payment processor is now available for WooCommerce stores. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2021-08-31 14:18:12',NULL,0,'plain','',0,'info'),(51,'bbpos-chipper-launch','marketing','en_US','Ready to grow your business beyond online?','Collect payment in person for orders placed online using WooCommerce In-Person Payments. The BBPOS Chipper card reader can process payments securely, and keep everything synced in your WooCommerce Payments dashboard – no matter where you are.','{}','pending','woocommerce.com','2021-10-15 13:58:40',NULL,0,'plain','',0,'info'),(52,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2021-10-23 14:14:00',NULL,0,'plain','',0,'info'),(53,'habit-moment-survey','marketing','en_US','We\'re all ears! Share your experience so far with WooCommerce','We\'d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2021-11-05 14:07:19',NULL,0,'plain','',0,'info'),(54,'new_in_app_marketplace_2021_1','info','en_US','Grow your business with extensions','Check out our NEW Extensions tab to see our favorite extensions for growing your business, and discover the most popular extensions in the WooCommerce Marketplace.','{}','pending','woocommerce.com','2021-11-08 14:16:48',NULL,0,'plain','',0,'info'),(55,'new_in_app_marketplace_2021_2','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2021-11-08 14:16:48',NULL,0,'plain','',0,'info'),(56,'stripe_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/stripe/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#apple-pay\">enable Apple Pay with Stripe</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 14:08:23',NULL,0,'plain','',0,'info'),(57,'square_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/woocommerce-square/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#section-14\">enable Apple Pay with Square</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 14:08:23',NULL,0,'plain','',0,'info'),(58,'wcpay_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/payments/apple-pay/\">enable Apple Pay with WooCommerce Payments</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 14:08:23',NULL,0,'plain','',0,'info'),(59,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2021-11-12 14:19:35',NULL,0,'plain','',0,'info'),(60,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 14:19:35',NULL,0,'plain','',0,'info'),(61,'wc_shipping_mobile_app_q4_2021','marketing','en_US','Print and manage your shipping labels with the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 14:19:35',NULL,0,'plain','',0,'info'),(62,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2021-11-23 13:59:09',NULL,0,'plain','',0,'info');
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_booking_relationships`
--

DROP TABLE IF EXISTS `wp_wc_booking_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_booking_relationships` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned NOT NULL,
  `resource_id` bigint(20) unsigned NOT NULL,
  `sort_order` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `product_id` (`product_id`),
  KEY `resource_id` (`resource_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_booking_relationships`
--

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

--
-- Table structure for table `wp_wc_bookings_availability`
--

DROP TABLE IF EXISTS `wp_wc_bookings_availability`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_bookings_availability` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gcal_event_id` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `range_type` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `from_date` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `to_date` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `from_range` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `to_range` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `bookable` varchar(5) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  `priority` int(2) NOT NULL DEFAULT '10',
  `ordering` int(2) NOT NULL DEFAULT '0',
  `date_created` datetime DEFAULT NULL,
  `date_modified` datetime DEFAULT NULL,
  `rrule` text COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`ID`),
  KEY `gcal_event_id` (`gcal_event_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_bookings_availability`
--

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

--
-- Table structure for table `wp_wc_bookings_availabilitymeta`
--

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

--
-- Dumping data for table `wp_wc_bookings_availabilitymeta`
--

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

--
-- Table structure for table `wp_wc_category_lookup`
--

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

--
-- Dumping data for table `wp_wc_category_lookup`
--

LOCK TABLES `wp_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_category_lookup` VALUES (15,15),(19,19);
/*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_customer_lookup`
--

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

--
-- Dumping data for table `wp_wc_customer_lookup`
--

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

--
-- Table structure for table `wp_wc_download_log`
--

DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`),
  CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_download_log`
--

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

--
-- Table structure for table `wp_wc_order_coupon_lookup`
--

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

--
-- Dumping data for table `wp_wc_order_coupon_lookup`
--

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

--
-- Table structure for table `wp_wc_order_product_lookup`
--

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

--
-- Dumping data for table `wp_wc_order_product_lookup`
--

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

--
-- Table structure for table `wp_wc_order_stats`
--

DROP TABLE IF EXISTS `wp_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT '0',
  `total_sales` double NOT NULL DEFAULT '0',
  `tax_total` double NOT NULL DEFAULT '0',
  `shipping_total` double NOT NULL DEFAULT '0',
  `net_total` double NOT NULL DEFAULT '0',
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_stats`
--

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

--
-- Table structure for table `wp_wc_order_tax_lookup`
--

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

--
-- Dumping data for table `wp_wc_order_tax_lookup`
--

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

--
-- Table structure for table `wp_wc_product_meta_lookup`
--

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

--
-- Dumping data for table `wp_wc_product_meta_lookup`
--

LOCK TABLES `wp_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_product_meta_lookup` VALUES (216,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(263,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','');
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_reserved_stock`
--

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

--
-- Dumping data for table `wp_wc_reserved_stock`
--

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

--
-- Table structure for table `wp_wc_tax_rate_classes`
--

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

--
-- Dumping data for table `wp_wc_tax_rate_classes`
--

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

--
-- Table structure for table `wp_wc_webhooks`
--

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

--
-- Dumping data for table `wp_wc_webhooks`
--

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

--
-- Table structure for table `wp_woocommerce_api_keys`
--

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

--
-- Dumping data for table `wp_woocommerce_api_keys`
--

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

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

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

--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

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

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `wp_woocommerce_log`
--

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

--
-- Dumping data for table `wp_woocommerce_log`
--

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

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

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

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--

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

--
-- Table structure for table `wp_woocommerce_order_items`
--

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

--
-- Dumping data for table `wp_woocommerce_order_items`
--

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

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

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

--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

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

--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `wp_woocommerce_sessions`
--

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

--
-- Dumping data for table `wp_woocommerce_sessions`
--

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

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

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

--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--

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

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

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

--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--

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

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

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

--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--

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

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

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

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

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

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2022-03-10 18:27:29